im makeing an arcade game but i cant get the charecter to respawn without hitting a button i need him to respawn 3 times
also i need help with getting text to show
lives-=1;
switch (lives){
case 0:
whatever the 'game over/continue' actions would be
break;
case 1:
CreateTimer("Event Actor", "timername", timerlength);
break;
case 2:
CreateTimer("Event Actor", "timername", timerlength);
break;
case 3:
CreateTimer("Event Actor", "timername", timerlength);
break;
}
CreateActor("player1", "animationname", "no parent", "no path", x, y, true);
Users browsing this forum: No registered users and 1 guest