Home   Help Search Login Register  

Author Topic: Trigger goes of after  (Read 457 times)

0 Members and 1 Guest are viewing this topic.

max_killer_payne

  • Guest
Trigger goes of after
« on: 03 Jul 2003, 16:55:09 »
Is there away to, let a west unit go through a trigger to a base, and then on return it goes off?

Komuna

  • Guest
Re:Trigger goes of after
« Reply #1 on: 03 Jul 2003, 18:17:24 »
It's very simple. You should add your trigger's CondField the following:

CondField: this and Return


Once the guy has reached the base, the variable 'return' becomes true, so, as the unit goes through the trigger once again, it is activated! ;)

max_killer_payne

  • Guest
Re:Trigger goes of after
« Reply #2 on: 03 Jul 2003, 19:14:40 »
cheers, kohuma!!