"Go to layout" gives me option only to select one of existing layouts.
How to go to layout number that equals variable?
Develop games in your browser. Powerful, performant & highly capable.
go layout by name for example you can do it like this :
"level"&door.variable
or "level"&globalvariable
and so on..
Thanks.