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