03-07-2008, 06:45 AM
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:
To return to that memorized tone, use in an event command:
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:
Where name is the name you want to store the tone as. To return to that tone at any time, use:
Where name is the name you previously used, and duration is the number of frames to take to transition.
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
Code:
$game_screen.return_to_tone(duration)
To store a screentone with a specific name for use throughout the game, use:
Code:
$game_screen.store_tone(name)
Code:
$game_screen.show_tone(name, duration)
UNSUPPORTED SYSTEM.
This script is no longer supported by its creator.
This script is no longer supported by its creator.