die darn it die!

Posted:
Thu Dec 16, 2004 12:15 am
by game_mate
who do i make my player die when his lifes get to 00. i have an idea but its not working tellme plzz this is so frustrating:!:

Posted:
Thu Dec 16, 2004 11:54 am
by makslane
You must decrease the life in some action, right?
In this action use this code:
if(life == 0)
{
DestroyActor("Event Actor");
}