OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: terran4999 on 30 Jun 2008, 04:18:45

Title: Trigger activate by Heli Height
Post by: terran4999 on 30 Jun 2008, 04:18:45
Hello

How do u get a trigger to activate when a helicopter is below a certain height ?  ??? ???

thanks
Title: Re: Trigger activate by Heli Height
Post by: Gcfungus on 30 Jun 2008, 08:48:56
Put in the condition
Code: [Select]
getpos heliname select 2 > 100Obviously heliname is the name of your heli, and 100 is the height.
If it doesn't work, then some brackets will most likely needed to be added - i'm not sure.

-=GC=-Fungus1999