PWE_PRC8/_module/nss/tuck_chekchcost1.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

17 lines
452 B
Plaintext

//::///////////////////////////////////////////////
//:: 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;
}