Home   Help Search Login Register  

Author Topic: need help with condition (height < 10) for a trigger  (Read 697 times)

0 Members and 1 Guest are viewing this topic.

Guru

  • Guest
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
:'(

Offline 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!  :-*


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 »