Aantioch_Infernum/_module/nss/ck_50000_gp.nss

9 lines
116 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (!(GetGold(oPC) <50000)) return FALSE;
return TRUE;
}