6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
int StartingConditional()
|
|
{
|
|
if (GetLocalInt(OBJECT_SELF, "Client") == TRUE) return TRUE;
|
|
return FALSE;
|
|
}
|