OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Nixer6 on 02 Sep 2002, 16:40:40

Title: OK, I'm dumb but How to activate Trigger with Script?
Post by: Nixer6 on 02 Sep 2002, 16:40:40
Hi,

I have looked everywhere. Brand new to scripting ???

I just want to know how to activate one trigger with another, with the condition or activation fields, eg triggerA=true, then then triggerB is activated.

An example would be appreciated. Working on a new Vietnam mission and am trying to learn BASIC script commands.

Thanks :)
Title: Re:OK, I'm dumb but How to activate Trigger with Script?
Post by: Cedaie on 02 Sep 2002, 16:44:40
So, you mean, if triggera is set off, then so I triggerb??
if so...

in triggerb condition field, just type Triggerb

then in TriggerA activation field type TriggerB=true

once triggerA is activated by whatever, it will activate triggerB

if im not on the same line as what your asking, please describe what you are trying to achieve, cheers  ;)
Title: Re:OK, I'm dumb but How to activate Trigger with Script?
Post by: Nixer6 on 02 Sep 2002, 16:53:40
Yep! That's the completely simple solution I was looking for ;D

Muchos Gracias, Thank You, Merci!

As usual, I was trying to make it too complicated ::)
Title: Re:OK, I'm dumb but How to activate Trigger with Script?
Post by: Cedaie on 02 Sep 2002, 17:01:25
np man ;) happy to be helping  :)