I havent been able to locate one, but could someone make me a script that would just make it rain at random times during the game? Or something of the sort? Thanks
make a para process
use the 2nd tab in events command, choose rain.
use variables to random, something like:
wait 400frames
variable= random(between 1 to 10)
if variable <=5 then
-weather effect none
else
-weather effect rain
or something of that sort of stuff...
THats really easy to do with just events.. set a varible to randomiser, then have a conditional branch that starts the rain, just be sure to stope the rain when you enter a house.
thanks alot... will that make it so it will i have to put that on all the maps that I want it to rain on? (sorry im kinda new at this lol)
yep, sadly that's what it means
it's not too bad though, 1 event square that can be used for other stuff as well
Or you could use this script by ccoa-
(must be a member of rmxp.net to view)CLICKY (http://www.rmxp.net/forums/index.php?showtopic=14119&hl=weather+system)