How can I make an actor disappear when life =0
Please help me!
if(life==0)
{
DestroyActor("Event Actor");
}
juansimat wrote:= is an assignment operator (assigns the value of the right side to the left side).
== is a comparison operator (checks if both sides are the same).
You can read more about operators here.
Users browsing this forum: No registered users and 1 guest