42ndaar 10 Posted October 14, 2014 So today i made a mission where a helo drops off some troops. Works great, they dismount and continue on their way. The helo however stays there and does nothing even tho is has a way point after the insertion. Any ideas on what im missing? Here is how its laid out WP1:helo setvariable ["fastRopePos", getpos LZ]; helo setvariable ["fastRopeHeight", 15]; helo setvariable ["fastRopeOn", true] WP2:not (helo getvariable "fastRopeOn") WP3: Standard move Invisible helo pad named LZ Thanks in advance ~Daley~ Share this post Link to post Share on other sites
jshock 513 Posted October 14, 2014 You need to sync the groups "Get Out" waypoint with the helo's unload/drop off waypoint. Share this post Link to post Share on other sites
42ndaar 10 Posted October 14, 2014 It seems to have something to do with the way points after the WP2, if i only use 1 after it seems to go there but when i use multiple to get it back to base it just hovers? Share this post Link to post Share on other sites