Home   Help Search Login Register  

Author Topic: How would i set up this trigger?  (Read 536 times)

0 Members and 1 Guest are viewing this topic.

kris

  • Guest
How would i set up this trigger?
« on: 23 Dec 2002, 21:00:09 »
a trigger that ignores AI, a playable unit enters a zone to activate it, AI will not trigger it.

Barak

  • Guest
Re:How would i set up this trigger?
« Reply #1 on: 23 Dec 2002, 21:50:50 »
Single-player or multiple-player?

kris

  • Guest
Re:How would i set up this trigger?
« Reply #2 on: 23 Dec 2002, 21:55:21 »
Both  :)

well mission im trying to make is SP but would be nice to know both for the future

Captain Winters

  • Guest
Re:How would i set up this trigger?
« Reply #3 on: 23 Dec 2002, 21:59:44 »
I think this should work (it's in C++ so...)

Code: [Select]
? if present (unitname)
unitname is the unit's name. that should work if not lemme know!
__________________________________
__________________________________
Capn' Winters Out

Oh! PS- that code goes into the condition box of the trigger

kris

  • Guest
Re:How would i set up this trigger?
« Reply #4 on: 23 Dec 2002, 22:09:34 »
got an invalid number in.... error, might be me messing up, its that code, nothing else in the field correct?

Offline LCD

  • Former Staff
  • ****
    • Everon Cartel
Re:How would i set up this trigger?
« Reply #5 on: 24 Dec 2002, 00:32:53 »
u can group da triger 2 da unit

or make - unitname in thislist (in da condition of da triger but u have 2 make da side condition da side of da unit)

LCD OUT
"guess being the community has downsides .." - cheetah
Help Perfecting Da Next Best Thing - O-Team Beta

kris

  • Guest
Re:How would i set up this trigger?
« Reply #6 on: 24 Dec 2002, 17:46:22 »
That fixed it LCD, thx :)

Starting to understand all this things now, but 1 thing i just cant for #&¤/#%/%....lol

i have a script to call the chopper over radio for evac, but i dont want this option to become available before the target is destroyed, how i go about setting that up?

thx in advance

Offline LCD

  • Former Staff
  • ****
    • Everon Cartel
Re:How would i set up this trigger?
« Reply #7 on: 24 Dec 2002, 21:53:23 »
wich radio is it ? radio alpha ?

so make da triger u need - nd in da text field put - Null -

wen u need da radio 2 apear make

num setradiomsg "txt"

da num is between 0-9 (wich radio chanel da radio is)

1 - alpha
2 - bravo
etc.

nd da txt is da text u wanna apear as da radio msg

LCD OUT
"guess being the community has downsides .." - cheetah
Help Perfecting Da Next Best Thing - O-Team Beta