27 lines
1015 B
Plaintext
27 lines
1015 B
Plaintext
|
/////////////////////////////////////////////////////////////////////////////////
|
||
|
// ai_spiders - This is a more advanced AI routine for Computer Controlled Teams
|
||
|
// By Deva Bryson Winblood. 04/13/2004
|
||
|
////////////////////////////////////////////////////////////////////////////////
|
||
|
#include "ai_header"
|
||
|
// STYLE: Spiders remain defensive until have some Small spiders
|
||
|
// at that point they will send out some on ROAM unless their lair has
|
||
|
// been invaded. If their lair has been invaded they will send spiders
|
||
|
// on ROAM. When they have some Huge spiders they will initiate some raids
|
||
|
// even if there has been no trespass.
|
||
|
|
||
|
////////////////////////
|
||
|
// PROTOTYPES
|
||
|
////////////////////////
|
||
|
|
||
|
///////////////////////////////////////////////////////////////////////// MAIN
|
||
|
void main()
|
||
|
{
|
||
|
string sTeamID=GetLocalString(OBJECT_SELF,"sTeamID");
|
||
|
object oMod=GetModule();
|
||
|
}
|
||
|
///////////////////////////////////////////////////////////////////////// MAIN
|
||
|
|
||
|
////////////////////////
|
||
|
// FUNCTIONS
|
||
|
////////////////////////
|