Also how do i make a system to have a requirement before being able to enter that layout?
I want to make a Game where after XXX of monster kill you'll be able to enter a new area.
Thank You for reading.
Advance Thanks for answering
BUMP!
Develop games in your browser. Powerful, performant & highly capable.
Something like
system compare Global variable MonstersKilled > XXXX
System set variable LayoutAvailable to 1
I'm not sure how you would go to that layout in your game, but in the event that does that add the condition "variable layoutavailable = 1"
thank man
BTW you can go to the next/previous by
add action
system
go to next/previous layout