HoS_PRC8/_mod/_module/nss/conv_no_500gp.nss

7 lines
124 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
// does not have 500 gold
int StartingConditional()
{
if (GetGold(GetPCSpeaker())<500) return TRUE;
return FALSE;
}