Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Trigger height activation
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Trigger height activation (Read 831 times)
0 Members and 1 Guest are viewing this topic.
sgtGunneryHighway
Guest
Trigger height activation
«
on:
29 Oct 2002, 13:26:41 »
How can i do to prevent the activation of a trigger until the unit was geting out of a chopper for example?
Logged
Black_Feather
Former Staff
I'll never forget you Daisey.
Re:Trigger height activation
«
Reply #1 on:
29 Oct 2002, 14:09:55 »
you can check if your not in chopper like this
!(player in choppername)
or like this
vehicle player == player
or you could check if the chopper is below a certain height
getpos choppername select 2 <= 5
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Trigger height activation
Top of page