Funkin
Funkin copied to clipboard
Question: How to make change stage event in kade engine?
How to make change stage event?
ok so basically, iirc. in curStep function make a case that is the step (the time the event does) then do smth like
case 69420:
Stage == null;
Stage = new Stage("thestage");
I highly doubt that works, if you're using KE 1.8 or some custom version or something then theres a chance.
thank you