So, i'm making a game where we control three characters, they are all in the ship, i wanna make one, two or all of they, go to the planet, but the planet is on other layout, how do i do that? Go to other layout with the number of character i want!
Create a global variable for each Player. Use 1 for True and 0 for False. For each one marked 1 (True), when the next layout starts use a sub event with a dual condition on start of layout:
System>Create Object>Player_1
Player1 = 1
Develop games in your browser. Powerful, performant & highly capable.
thanks man!