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