Aantioch_Infernum/_module/nss/lmpperfcond3.nss

6 lines
146 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
int StartingConditional()
{
return GetLocalInt(OBJECT_SELF, "lmpBeginPerform") != 0
&& GetLocalInt(OBJECT_SELF, "lmpPerform") == 3;
}