Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
Hi! I would really enjoy having RANDOMLY CHANGING weather in my game (Using RM XP). I mean when you enter/leave a map, the weather is changed to any RANDOM WEATHER. How do I do this? Plz help ~9robin3
Assuming you're using XP, the way I would do it is, on the event(s) to teleport the player to the map that you want random weather to be on, add a control variable command set to random and set values between 1 and how ever many types of weather you want, for example three (maybe snow, rain and sun?)
Then I would add a conditional branch which checks to see what the variable is and changes the weather accordingly. For example if the variable is set to 1 then you'll get rain, if it's 2 snow etc.
Hopefully that isn't too confusing
The actual event command would probably look something like this