Alangara_PRC8/_module/nss/jh_bnk_x_08.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

13 lines
151 B
Plaintext

/*
Make sure PC has 100 to give!
*/
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (GetGold(oPC) < 100) return FALSE;
return TRUE;
}