Jump to content
Sign in to follow this  
khaki

My Arma 2 editing questions

Recommended Posts

I'm a beginner with scripting so here and there I'll ask a question about editing :)

FIRST ONE!! I'm making a mission and I want the game to end once "helo1" lands on "land1", what should I do?

Edited by Khaki

Share this post


Link to post
Share on other sites

On a trigger's condition put this:

((getPos helo1 select 2) < 1) AND ((speed helo1) < 5)

Make sure axis A & B are 0, the activation is 'None'. Also on the mission end type select the option where it says "End 1"

EDIT: :'(

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×