Initial commit
Initial commit. Updated release archive.
This commit is contained in:
11
_module/nss/en6_h_r_1.nss
Normal file
11
_module/nss/en6_h_r_1.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = FALSE;
|
||||
|
||||
if (GetLevelByClass(CLASS_TYPE_CLERIC,OBJECT_SELF)<9)
|
||||
iResult=TRUE;
|
||||
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user