bel3ve
  • bel3ve
  • 100% (Exalted)
  • Major Topic Starter
17 years ago
A simple question for you all. I'm kinda new to world builder. I'm making a map with an airport and is there a way besides powering the unit down to get a Chinook or Comanche to stay on the ground? i think i would have to tick a box or select a option but I don't know which one. Tried Powered, No and In game I get a black Comanche 😞
UserPostedImage
Sponsor
Drummin
17 years ago
There are several script options that would keep a unit on the ground but in all cases, the rotor is still spinning. Name the unit and make one of the following scripts in the PlyrCivilian folder.

Make the unit unmanned so it can be captured.
*** IF ***
    True.
*** THEN ***
  Make Unit 'Heli1' unmanned.
Tell the unit to be held in place.
*** IF ***
    True.
*** THEN ***
  Set Held status for Unit 'Heli1' to TRUE.
Have the unit idle for a huge amount of frames.
*** IF ***
    True.
*** THEN ***
   Unit 'Heli1' idles for  10000000  frames.
bel3ve
  • bel3ve
  • 100% (Exalted)
  • Major Topic Starter
17 years ago
Thank You very much and I think ill use the second one because I have like 6. Too many to Be capture able. I thought it had to do with scripts.
UserPostedImage
krit
  • krit
  • 100% (Exalted)
  • Commander in Chief
17 years ago
Or you can just untick "enabled" in the object properties box...
UserPostedImage 
Turret Wars Line
17 years ago
Does this also work for Aircrafts?
UserPostedImage
krit
  • krit
  • 100% (Exalted)
  • Commander in Chief
17 years ago
Turret Wars Line
17 years ago
Cool, thanks Krit.
UserPostedImage