HoS_PRC8/_mod/_module/nss/conv_no_2000gp.nss

7 lines
126 B
Plaintext
Raw Permalink Normal View History

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