Home   Help Search Login Register  

Author Topic: Contingency Variables  (Read 338 times)

0 Members and 1 Guest are viewing this topic.

Falcon988

  • Guest
Contingency Variables
« on: 03 Nov 2003, 02:46:49 »
In the demo Blackhawk mission released by BAS they activated a variable just in case you were shot down whilst flying the Blackhawk.

How exactly do you do that?

Offline .pablo.

  • Former Staff
  • ****
  • When in doubt, empty the magazine.
Re:Contingency Variables
« Reply #1 on: 03 Nov 2003, 04:04:21 »
make a trigger

set condition to "dammage heliname == 1"
set action to "helidown = 1" or maybe "[] exec 'helidown.sqs'"

"helidown" is the name of a variable which u can use to trigger w/e u want
"[] exec 'helidown.sqs'" is some script that you would want to start