Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
14
_module/nss/anph_merc_noteam.nss
Normal file
14
_module/nss/anph_merc_noteam.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "hc_inc"
|
||||
#include "anph_persist_inc"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
if (GetAnphString (GetTag (OBJECT_SELF) + "_team") == "")
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user