Jump to content
Sign in to follow this  
striker(PANDA)

placeing units on differnt floors of hotel

Recommended Posts

ok im going to make a arma2 mission when about 2 usa troops go into a hotel and kill all the enemys, but i want to place enemys on diffrent floors of the hotel

any ideas on how to do this??

Share this post


Link to post
Share on other sites

put this into the unit's init. box:

this setPos [getPos this select 0, getPos this select 1, 20]

(the last number being the height of the unit so you can change that, it takes a LOT of tweaking and trial and error.

You could also put single (not in a group) AI units around the hotel and give them a waypoint to the hotel and in the waypoint options select position **, the higher the position, usually higher the floor. If you do this then make the 'completion radius' very small so they dont stop moving when they get within range of the waypoint.

hope it helped ;)

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  

×