AI Spawns help
-
- Posts: 5
- Joined: Sat Mar 03, 2007 10:23 am
AI Spawns help
I put elites and the human flood on turf. when i start it up they both spawn fine but when they move around and attack each other the flood keep spawning but the elites dont. I put continuos respawn on both spawns,but the elites just wont spawn back. Would like some help please.
- blackdiamond
- Posts: 764
- Joined: Fri Feb 16, 2007 7:18 pm
- Location: Virginia
you need to tell us what your doing, how you injected the ai, what you injected it with, what you used for the scripts, what scripts your using, etc.
92% of teens have moved on to rap. If you are part of the 8% who still listen to real music, copy and paste this into your signature.
http://www.mindistortion.net/iwantyours ... am=dapoopy
http://www.mindistortion.net/iwantyours ... am=dapoopy
-
- Posts: 5
- Joined: Sat Mar 03, 2007 10:23 am
i used MilyardoX2's respawn script I injected the bipd's using insolence, i copied the Ai squads, Ai squad types, charcters, weapon pallet, Ai encounters from floodzone using entity 1.3.9.
Code: Select all
(script continuous respawner
(begin
(sleep 1000)
(sleep_until (<= (ai_living_count 0) 5))
(ai_place 0)
))