One question ?

Non-platform specific questions.

One question ?

Postby BabaRoga » Tue Feb 13, 2007 3:43 pm

how can i make when blood is 0 / 100 ( actor.textNumber = 0) to destroy actor
BabaRoga
 
Posts: 19
Joined: Thu Nov 30, 2006 7:14 pm
Location: Presheva , Serbia
Score: 1 Give a positive score

Postby makslane » Tue Feb 13, 2007 10:48 pm

You can put this code in the actor you want to destroy:

Code: Select all
if(textNumber == 0)
{
   DestroyActor("Event Actor");
}
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score


Return to General

Who is online

Users browsing this forum: No registered users and 1 guest