PWE_PRC8/_module/nss/tuck_ch_calc.nss

8 lines
163 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
int StartingConditional()
{
int oHD = GetHitDice(GetPCSpeaker());
int chcost = oHD * 200;
SetCustomToken(1669,IntToString(chcost));
return TRUE;
}