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
) »
need help with condition (height < 10) for a trigger
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: need help with condition (height < 10) for a trigger (Read 792 times)
0 Members and 1 Guest are viewing this topic.
Guru
Guest
need help with condition (height < 10) for a trigger
«
on:
31 Oct 2002, 04:16:01 »
trying to get enemy dude to fire at landing helicopter
as it is about to land.
so i need a condition for the height of heli
tried flyinheight and that i couldnt get to work at all
distance worked but doesnt take height into consideration
is there a method, or am i barking up a tree with no branches
:'(
Logged
Tomb
Contributing Member
in2 Metal? Go 2 my sig
Re:need help with condition (height < 10) for a trigger
«
Reply #1 on:
31 Oct 2002, 04:52:56 »
Well, if ya tell the d00d to hold his fire 'till the bird is at a certain height,
use this trigger, my friend
:
(getpos Bird1 select 2) <=21
this trigg would fire when the chopper reaches 21 mtr's or less!
Logged
Guru
Guest
Re:need help with condition (height < 10) for a trigger
«
Reply #2 on:
31 Oct 2002, 08:35:25 »
great exactly what i was looking for ;D
thx for the help tomb
how ever it wouldnt work till i added
the + sign (getpos mychopper select 2) <= + 21
«
Last Edit: 31 Oct 2002, 09:45:04 by Willy Makeit
»
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
) »
need help with condition (height < 10) for a trigger
Top of page