15 lines
209 B
Plaintext
15 lines
209 B
Plaintext
#include "hc_inc"
|
|
#include "anph_persist_inc"
|
|
|
|
int StartingConditional()
|
|
{
|
|
int iResult;
|
|
|
|
if (GetAnphString (GetTag (OBJECT_SELF) + "_team") == "")
|
|
{
|
|
return TRUE;
|
|
}
|
|
|
|
return FALSE;
|
|
}
|