NWNDS/nwnds_module/ds_has500gp.nss

7 lines
96 B
Plaintext
Raw Normal View History

int StartingConditional()
{
if (GetGold(GetPCSpeaker()) > 499)
return TRUE;
return FALSE;
}