Initial upload
Initial upload
This commit is contained in:
11
_module/nss/cb_max_lvl5.nss
Normal file
11
_module/nss/cb_max_lvl5.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if (!(GetHitDice(oPC) <= 5)) return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user