1. Is there a way to spawn static non moving prefab assets?
    I wanted to spawn a patrol helicopter but did not want it to go into patrol mode. Kind of like the one at the top of the Rocket area.
    Any help appreciated
     
  2. The crashed heli is not a prefab, it's built into the vector. The only thing I can think of is spawning the heli gibs but of course, they'll despawn.
     
  3. Was afraid of that. Thank you for the reply
     
  4. It is possible to spawn a helicopter that will "ignore" its AI, but not without a plugin.
     
  5. would
    Code:
    ai.think false
    not work in that situation?
     
  6. But would it save and and disappear after a restart?