EN4_PRC8/_module/nss/en4_hench_green.nss

10 lines
173 B
Plaintext
Raw Normal View History

int StartingConditional()
{
int iResult;
iResult = FALSE;
if (GetHitDice(GetPCSpeaker())<GetHitDice(OBJECT_SELF))
iResult = TRUE;
return iResult;
}