Hello to all
I have a problem , i?m creating a "game" and in my game i can choose in 2 characters 1. but i dont know how to put then on map? i need create 2 layouts for 2 characters????
thanks
Sanity no! What you'll wanna do is create an object that serves as the spawner for the player character. Then just have a global variable saying which character you're playing as. Create events accordingly.
On Start of Layout
-If Global(Player)= Jim
+Then Spawner create object Jim
-If Global(Player)= Jill
+Then Spawner create object Jill
If you have too, put both on the field and check the attribute "Destroy at Startup"