9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
int StartingConditional()
|
|
{
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(OBJECT_SELF, "lmpPerformOneLiner") == 2))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|