RoT2_PRC8/_module/nss/cb_chk_100k.nss
Jaysyn904 499aba4eb3 Initial upload
Initial upload
2023-09-25 18:13:22 -04:00

10 lines
120 B
Plaintext

int StartingConditional()
{
object oPC = GetPCSpeaker();
if (!(GetGold(oPC) >= 100000)) return FALSE;
return TRUE;
}