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) +---- Forum: RPGMaker XP (RGSS) Engine (https://www.save-point.org/forum-116.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 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. |