How the hek do i do this?
i know its an if statement.
By the way can anyone tell me what the if statement does. and what does it mean? thank you everybody! you really help me alot!

if(ActorCount("En1_1") + ActorCount("En1_2") + ActorCount("En1_3") == 0)
{
Player.x = Level2Start.x; \\where Level2Start is in the place where you should move to
Player.y = Level2Start.y;
view.x = Player.x - (view.width/2);
view.y = Player.y - (view.height/2);
DestroyActor("Event Actor");
}
Users browsing this forum: No registered users and 1 guest