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?
Wrong section...and there is a thing called transitions. Look for it in the event actions somewhere.
Oh, sorry, i just thought the scripts in the Call Script function would go under scripts.
Oh, you meant the "call script" event action. I thought you meant an actual script. :V
Lol, ;D
So, is it possible?
try this:
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