Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
11
_module/nss/en4_canbuyespell.nss
Normal file
11
_module/nss/en4_canbuyespell.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
iResult = FALSE;
|
||||
if (GetHitDice(oPC)>6 && GetLevelByClass(CLASS_TYPE_WIZARD,oPC)>0)
|
||||
iResult = TRUE;
|
||||
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user