
Keifre
Joined: Jan 3, 2017
|
Posted: Feb 21, 2017 11:59 PM
Msg. 1 of 3
Does anyone know how to make AI spawn only once in Sapien? Like if I shot a grunt and it did not respawn.
|

DeadHamster
Joined: Jun 8, 2014
https://discord.gg/Neu4EJM
|
Posted: Feb 22, 2017 02:47 PM
Msg. 3 of 3
Set the respawn totals to 0
Set the number of AI to whatever you'd like it to be.
Create a script and use the function (ai_place)
If you named your Encounter and Squad to be
Covenant > Elites_Plasma_Rifle Covenant > Grunts_Plasma_Pistol Marines > Marine_Assault_Rifle
You could place all the covenant at once by using the command (ai_place covenant)
Or you could place only the grunts
(ai_place covenant/grunt_plasma_pistol)
Now if you get platoons involved, you can have some real fun;
Covenant > Elites_Plasma_Rifle (Initial_Encounter) Covenant > Grunts_Plasma_Pistol (Initial_Encounter) Covenant > Jackal_Plamsa_Pistol (Second_Encounter)
If you create platoons, you can also order AI using them as well. If your platoon for covenant was named "Initial_Encounter", like above;
(ai_place Covenant/Initial_Encounter) and it'd place both the elites and grunts. But it would NOT place the jackals.
|