Home   Help Search Login Register  

Author Topic: How i can make appear a object after a objective  (Read 692 times)

0 Members and 2 Guests are viewing this topic.

SCORP

  • Guest
How i can make appear a object after a objective
« on: 30 Nov 2002, 19:40:59 »
Hi guys,

          I replaced TRUE by OBJ1 in "Condition of presence" of the object but when the objective's completed the object don't appear.  Why?

Kaliyuga

  • Guest
Re:How i can make appear a object after a objective
« Reply #1 on: 30 Nov 2002, 21:15:28 »
Condition of presence is initiated upon loading of the mission.. ;)


what you'll need to do is make a trigger... with the condition being that your objective is met
and on the activation field you'll either have to move in your object from somewhere else using setpos, or else use camcreate to make it appear in place ;)

SCORP

  • Guest
Re:How i can make appear a object after a objective
« Reply #2 on: 30 Nov 2002, 22:38:12 »
can you be more explicit?