Home   Help Search Login Register  

Author Topic: an action/radio option only available in a trigger?  (Read 703 times)

0 Members and 1 Guest are viewing this topic.

gothicv

  • Guest
an action/radio option only available in a trigger?
« on: 21 Jun 2003, 02:00:56 »
I couldn't find the answer to this in the searh thing, so I figured id ask here. I would like to have a radio option available only in a specific area - for my soldiers to call for backup when they reach the end zone.

deaddog

  • Guest
Re:an action/radio option only available in a trigger?
« Reply #1 on: 21 Jun 2003, 03:34:41 »
You could try a repeating trigger.

type:anybody preset
condition: player in thislist

on activation:
  actionid=vehicle player addaction [whatever]

on-deactivation:
   player removeaction actionid

 :)
« Last Edit: 21 Jun 2003, 03:37:08 by deaddog »