Initial commit
Initial commit. Updated release archive.
This commit is contained in:
14
_module/nss/en6_h_r_2.nss
Normal file
14
_module/nss/en6_h_r_2.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
object oHenchman;
|
||||
|
||||
iResult = TRUE;
|
||||
oHenchman=OBJECT_SELF;
|
||||
|
||||
if (GetLocalInt(oHenchman,"RESURRECTION") ==0 && GetLevelByClass(CLASS_TYPE_CLERIC,oHenchman)>12)
|
||||
iResult=FALSE;
|
||||
if (GetLocalInt(oHenchman,"RAISE_DEAD") ==0 && GetLevelByClass(CLASS_TYPE_CLERIC,oHenchman)>8)
|
||||
iResult=FALSE;
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user