///////////////////////////////////////////////////////////////////////////////// // ai_undead - This is a more advanced AI routine for Computer Controlled Teams // By Deva Bryson Winblood. 04/13/2004 //////////////////////////////////////////////////////////////////////////////// #include "ai_header" // The undead is evil. They will set up an initial defense which they will // continue to upgrade. They will send out large raiding parties of Skeletons, // Zombies, Ghouls, Allips, and Ghoul Ravagers througout the game. If someone // trespasses then they will prepare a special raiding party for that team. //////////////////////// // PROTOTYPES //////////////////////// ///////////////////////////////////////////////////////////////////////// MAIN void main() { string sTeamID=GetLocalString(OBJECT_SELF,"sTeamID"); object oMod=GetModule(); } ///////////////////////////////////////////////////////////////////////// MAIN //////////////////////// // FUNCTIONS ////////////////////////