HOW TO actor comes out after 100 point and leaves after took an object?
venon_it
Member, PRO Posts: 594
I want an actor (bad) comes out only when the score is 100 and leaves the stage after the main actor took an object .. how?
Thanksss
Thanksss
Comments
create a rule attribute GAME.SCORE > 80
insert another RULE :
GAME.SCORE < 110
Spawn Actor
in this mode the actor "bad" exit when game score is 80, and re exit when the score in up 110 point..
this procedure is right for you?
it works!!!