Initial commit. Updated release archive.
This commit is contained in:
6
_module/nss/lmpperfcond12.nss
Normal file
6
_module/nss/lmpperfcond12.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
return GetLocalInt(OBJECT_SELF, "lmpBeginPerform") != 0
|
||||
&& GetLocalInt(OBJECT_SELF, "lmpPerform") == 1
|
||||
&& GetLocalInt(OBJECT_SELF, "lmpPerfAct") == 2;
|
||||
}
|
Reference in New Issue
Block a user