Home   Help Search Login Register  

Author Topic: End Only After All Obj Completed  (Read 498 times)

0 Members and 1 Guest are viewing this topic.

xXNismoXx

  • Guest
End Only After All Obj Completed
« on: 30 Dec 2003, 21:11:21 »
is there a way to set up a trigger to end the game only after all the objectives are complete? I have 4 objs btw

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:End Only After All Obj Completed
« Reply #1 on: 30 Dec 2003, 21:18:20 »
In each of your triggers that detect if a objective has been completed put this in the on activation field

obj1 = true

(obj2, obj3 and so on for the different objectives)

Then create a 5th trigger and put this in the condition field

obj1 && obj2 && obj3 && obj4

and make it a end1 trigger

xXNismoXx

  • Guest
Re:End Only After All Obj Completed
« Reply #2 on: 30 Dec 2003, 21:46:38 »
thanks alot chief, works  :D