HoS_PRC8/_mod/_module/nss/conv_no_2000gp.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

7 lines
126 B
Plaintext

// does not have 2000 gold
int StartingConditional()
{
if (GetGold(GetPCSpeaker())<2000) return TRUE;
return FALSE;
}