PoA_PRC8/_module/nss/taxcheat.nss

13 lines
174 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
#include "nw_i0_tool"
int StartingConditional()
{
object oPC = GetPCSpeaker();
int oGold = GetGold(oPC);
int oMin = 1000 * (GetHitDice(oPC));
return oGold <= oMin;
}