Aantioch_Infernum/_module/nss/lmpperfcond42.nss

7 lines
201 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") == 4
&& GetLocalInt(OBJECT_SELF, "lmpPerfAct") == 2;
}