View Single Post
  #1  
Old 01-09-2004, 11:33 AM
Steve is offline Steve
Steve's Avatar
Administrator

Join Date: Sep 2001
Location: 2077
Posts: 21,552

Send a message via ICQ to Steve
Post How do I make a Black Hawk hover at a constant speed (very slowly not fast)?

Under actions, in an event, select Change AI (single or group depending on how you refer to your blackhawk [that is either by its group number or its ssn]). Then under the sub action, select combat speed. Set the combat speed to a low number (the speed that you want it to move at in km/hr. Click ok. Then do the exact same thing in a second event except change the Patrol Speed rather than the Combat speed. Set the Patrol speed to the same as the combat speed.

or you can do the same thing in a wac script with the following commands:
ssncspd(ssn,speed) set ssn to combat speed of #
ssnpspd(ssn,speed) set ssn to patrol speed of #




*credit for NovaLogic for info
Reply With Quote