need one last thing with AI
Posted: Wed Nov 08, 2006 7:21 pm
ok so i can import the elite and other characters asign weapons vhicles and more. i can make an asum script for respone in groups in diffrent sectors(wich i need some relly talented person with AI to look over to see if it will work) im prety shore it wll though. but i dont know how to import the script to the game and place the AI. im guess you use entitys bsp viewer to do though. but can some one please hit me up on aim to help me inject the script into the map or email me.
all help is greatly appreciated.
aim- invadergir683
[email protected]
ps hear is my placement code code so fare
hears the respauner code so far
so if you could hit me up on aim or email me that would be greate
all help is greatly appreciated.
aim- invadergir683
[email protected]
ps hear is my placement code code so fare
Code: Select all
(script ai_place
(begin
(ai_place 20 )
))
Code: Select all
(script continouse respauner
(begin
(sleep 120)
(sleep_untile (<=(ai_living count 9) 0))
(ai_place 7)
))