NWNDS/nwnds_module/ds_has700gp.nss

7 lines
96 B
Plaintext
Raw Normal View History

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