10 lines
152 B
Plaintext
10 lines
152 B
Plaintext
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(GetLocalInt(OBJECT_SELF, "NOCHANGE") == 1)
|
|
return TRUE;
|
|
|
|
return FALSE;
|
|
}
|