Initial commit
Initial commit. Updated release archive.
This commit is contained in:
13
_module/nss/en5_h_ispm.nss
Normal file
13
_module/nss/en5_h_ispm.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "en5_include"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = FALSE;
|
||||
if (GetLocalInt(OBJECT_SELF,"HenchmanClass") == EN5_CLASS_PALEMASTER && GetHitDice(OBJECT_SELF)>13 && GetLocalInt(OBJECT_SELF,"ANIMATE_DEAD") == 0)
|
||||
iResult=TRUE;
|
||||
|
||||
iResult = FALSE;
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user