PWE_PRC8/_module/nss/tuck_ch_poor.nss

10 lines
163 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
int StartingConditional()
{
int iResult;
int oHD = GetHitDice(GetPCSpeaker());
iResult = (GetGold(GetPCSpeaker())< oHD * 200);
return iResult;
}