Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Memorize Screentone
#1
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.
Reply }




Users browsing this thread: