NWNDS/nwnds_module/ds_has300gp.nss

7 lines
96 B
Plaintext
Raw Normal View History

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