HoS_PRC8/_mod/_module/nss/ai_undead.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

26 lines
1002 B
Plaintext

/////////////////////////////////////////////////////////////////////////////////
// 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
////////////////////////