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
Spawn a Heli, static not for patrolling
Discussion in 'Rust Discussion' started by Rush, Dec 5, 2017.
-
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.
-
Was afraid of that. Thank you for the reply
-
It is possible to spawn a helicopter that will "ignore" its AI, but not without a plugin.
-
would
Code:ai.think false
-
But would it save and and disappear after a restart?