Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: rizwanash on May 18, 2019, 10:53:57 AM

Title: Help with Scene randomization!
Post by: rizwanash on May 18, 2019, 10:53:57 AM
Hello Awesome Guys!

I have a game i am working on and it has Multiple Levels. I have 40 Scenes created for that as Levels and I want When Player reaches 20 Levels Next 20 levels will start randomizing and keep going as infinite. Is there any way to achieve that ?

First 20 Levels i would want all inline and i was able to achieve that by using an INT with Build String that detects Level X and loads accordingly. Also i am using Binary Load/Save for Saving Levels which is awesome and so easy to use.

Thank you in advance.
Title: Re: Help with Scene randomization!
Post by: heavygunner on May 18, 2019, 11:47:00 AM
Store last 20 scenes index in a array and load it via Load scene. :D