HiddenTradition_PRC8/_module/nss/lmpperfcond11.nss
2024-06-20 15:47:42 -04:00

7 lines
201 B
Plaintext

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