6 lines
146 B
Plaintext
Raw Permalink Normal View History

int StartingConditional()
{
return GetLocalInt(OBJECT_SELF, "lmpBeginPerform") != 0
&& GetLocalInt(OBJECT_SELF, "lmpPerform") == 5;
}