PWE_PRC8/_module/nss/tuck_chekchcost1.nss

17 lines
452 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: FileName tuck_chekchcost1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 10/13/2002 10:00:27 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetHitDice(GetPCSpeaker()) == 1))
return FALSE;
return TRUE;
}