The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: gameo on November 18, 2007, 02:42:38 PM

Title: This is going to be a weird request.....(Conditional branch call script)
Post by: gameo on November 18, 2007, 02:42:38 PM
Is there anyway to use a conditional branch, then check if the screen color is -255 -255 -255 or just check what the screen color is, because the normal fading when you go from room to room is a bit boring in RMXP.


So that is, in every room i should have an event that run a parralel process which checks if the screen is a color, and if it is that color, change it to this color.


Is that possible in conditional branch or call script?
Title: Re: This is going to be a weird request.....(Conditional branch call script)
Post by: firerain on November 18, 2007, 03:43:51 PM
Wrong section...and there is a thing called transitions. Look for it in the event actions somewhere.
Title: Re: This is going to be a weird request.....(Conditional branch call script)
Post by: gameo on November 18, 2007, 07:51:54 PM
Oh, sorry, i just thought the scripts in the Call Script function would go under scripts.
Title: Re: This is going to be a weird request.....(Conditional branch call script)
Post by: firerain on November 18, 2007, 09:50:54 PM
Oh, you meant the "call script" event action. I thought you meant an actual script. :V
Title: Re: This is going to be a weird request.....(Conditional branch call script)
Post by: gameo on November 19, 2007, 07:14:04 PM
Lol, ;D

So, is it possible?
Title: Re: This is going to be a weird request.....(Conditional branch call script)
Post by: shaz on November 19, 2007, 09:46:31 PM
try this:

Code: [Select]
Change Screen Color Tone: (136, 34, 119, 34), @0
Script: tone = $game_screen.tone
        print tone

that will give you back the screen tone as (136, 34, 119, 34).  I'm not sure how to separate those into individual red, green, blue, gray