Home   Help Search Login Register  

Author Topic: Trigger detection ..(a jeep?)  (Read 651 times)

0 Members and 1 Guest are viewing this topic.

NASFMike

  • Guest
Trigger detection ..(a jeep?)
« on: 11 Dec 2002, 04:52:45 »
is it possible to have a trigger be detected by a truck, jeep or tank and only the vehicle and driver?

ShadowD BOB

  • Guest
Re:Trigger detection ..(a jeep?)
« Reply #1 on: 11 Dec 2002, 10:39:14 »
If you mean that you want the trigger only to be activated by a certain car, truck  etc....     just create a west/east present trigger and group it to the car or whatever, it will change the trigger to a vehicle present trigger.

Offline Wolfrug

  • Addons Depot
  • Former Staff
  • ****
  • Official OFPEC Old Timer
Re:Trigger detection ..(a jeep?)
« Reply #2 on: 11 Dec 2002, 17:24:25 »
hum. Yes indeed, or use this line in the condition field:

nameOfVehicle in thisList

same thing, but easier to stack, as in:

NoV1 in thisList OR NoV2 in thisList

etc etc.

what do you mean by "and only the vehicle and driver"?

oh, and I suppose you could use the old countType command:

"Tank" countType thisList >0 (full list available in the Unoffical Command Reference, downloadable from the Ed depot) the >0 means "more than 0"...just change that as you please.

right, g'luck!

Wolfrug out.

"When 900 years YOU reach, look as good you will not!"

NASFMike

  • Guest
Re:Trigger detection ..(a jeep?)
« Reply #3 on: 11 Dec 2002, 23:44:14 »
ya that sounds about right ..what i ment was that if u got in the truck and drove it to teh trigger, that trigger will be set off. but if u ran to the trigger on foot nothing would happen