Save-Point
Black Fading for warp - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Archives (https://www.save-point.org/forum-105.html)
+--- Forum: Creation Asylum Archives (https://www.save-point.org/forum-90.html)
+---- Forum: Scripts & Code Snippets (https://www.save-point.org/forum-92.html)
+----- Forum: RPG Maker XP Code (https://www.save-point.org/forum-93.html)
+----- Thread: Black Fading for warp (/thread-6878.html)



Black Fading for warp - trebor777 - 05-19-2006

Black Fading for warp
by trebor777
Version: 2.0
May 19 2006

This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.


Introduction

Automatically Create a Black Screen's fade, only for player transfer to a different map from the current one.


Script

script


Instructions

Simply use as usual the transfer player command ^^ , a black screen transition will appear only when the destination map is different from the current one.

Set $fade_wait to 0 if you want desactivate the script.
Set $fade_wait to the value you want in order to get a more or less long black screen.


Compatibility
SDK compliant !
Can work without the SDK if you remove lines with "#SDK" at the end


Author's Note

Version 2.0 changes :
- A new code, lot more simple ^^ !
- Possibility to configure the black screen time
- Works with or without the SDK.