9 lines
164 B
Plaintext
Raw Normal View History

int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(OBJECT_SELF, "lmpPerformOneLiner") == 1))
return FALSE;
return TRUE;
}