Save-Point
Memorize Screentone - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+--- Thread: Memorize Screentone (/thread-2425.html)



Memorize Screentone - ccoa - 03-07-2008

Demo
Memorize Screen Tone

General:

Originally made for Rye because she needed to be able to return to the previous screentone after a common event. Expanded to allow you to memorize multiple screentones.

Instructions:

To memorize the current screen tone, use the following in an event command:

Code:
$game_screen.memorize_tone
To return to that memorized tone, use in an event command:

Code:
$game_screen.return_to_tone(duration)
Where duration is the number of frames to take to transition to that screentone.

To store a screentone with a specific name for use throughout the game, use:

Code:
$game_screen.store_tone(name)
Where name is the name you want to store the tone as. To return to that tone at any time, use:

Code:
$game_screen.show_tone(name, duration)
Where name is the name you previously used, and duration is the number of frames to take to transition.

UNSUPPORTED SYSTEM.
This script is no longer supported by its creator.