LoT_PRC8/_module/nss/chk_lvl_1to4.nss

16 lines
411 B
Plaintext
Raw Permalink Normal View History

2023-09-25 21:32:17 -04:00
//::///////////////////////////////////////////////
//:: FileName chk_lvl_1to4
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 2003-02-17 14:32:44
//:://////////////////////////////////////////////
int StartingConditional()
{
if (GetHitDice(GetPCSpeaker()) > 4)
return FALSE;
return TRUE;
}