essemm
Dec 20 2006, 18:11
Hey folks. I'm trying to get an AI helo to go to a waypoint and wait for me to complete my mission, whereupon, I will call the helo to come pick me up (with a radio trigger). I've got it *almost* working, but I can't seem to get the helo to shut off it's engine. This is what I've got for the initialisation for the land waypoint:
<span style='color:blue'>chopper1 stop true; chopper1 flyInHeight 0; chopper1 engineOn false; chopper setFuel 1;</span> ###where chopper1 is the name of the helicopter
Then' I've got a trigger set with this code:
<span style='color:blue'>chopper1 engineOn true; chopper1 stop false; chopper1 flyInHeight 40</span>
It all works, except the <span style='color:blue'>chopper1 engineOn false</span> bit. The helo just doesn't want to shut off his engines...
Any help?
<span style='color:blue'>chopper1 stop true; chopper1 flyInHeight 0; chopper1 engineOn false; chopper setFuel 1;</span> ###where chopper1 is the name of the helicopter
Then' I've got a trigger set with this code:
<span style='color:blue'>chopper1 engineOn true; chopper1 stop false; chopper1 flyInHeight 40</span>
It all works, except the <span style='color:blue'>chopper1 engineOn false</span> bit. The helo just doesn't want to shut off his engines...
Any help?