namreg 0 Posted July 4, 2007 I want my guys to land with little birds over a 4 floor building in Corazol and find Johnny at 2nd floor after looking after him in the floors above... and at that point I want Johnny to join my team so we can leave safely with the birds on top of the building... is that possible? To place a trigger not only in the XY axis but in Z too? Share this post Link to post Share on other sites
ManDay 0 Posted July 4, 2007 You gotta restrict the condition. place the trigger like you want it in the X-Y axes and then restrict it in the condition. instead of "this" u use: this &&( { ( getPos _x select 2 )>5.1 && ( getPos _x select 2 )<5.2 }count thislist > 0 ) Otherwise it would be more easy to use "knowsAbout" or "nearTargets" or a DETECTED-Trigger;) Share this post Link to post Share on other sites
namreg 0 Posted July 4, 2007 You're so right.... this is when they say that you're so obsessed with something tnah the tree doesn´t let you see the whole forest. Thanks... Share this post Link to post Share on other sites
ManDay 0 Posted July 4, 2007 A'ight. Just in case you did copy that line the way it has been: The OR ( || ) wasn't right there, of course. Has to be an AND ( && ) instead. But I think you already figured that Share this post Link to post Share on other sites