What's up, I wanted to know if there's a script to call random Common events between certain numbers, the RMMV Script Call only shows how to call a Common Event alone though.
I know this is possible in VX since I found the solution of how to do it in that engine, so I guess there's still a way to do it in RPGMMV, thanks!
Random Common events Script?
● ARCHIVED · READ-ONLY
-
-
Make a common event that sets a number between 1 and however many you want. then make a conditional branch for each number to call the corresponding common event. Now just call the first one when you want a random one. Viola. Random common events.
-
Thanks! I ended up doing something similar with random Variables in a Parallel event and another event responding differently depending on the variable selected!