NWNDS/nwnds_module/ds_has50gp.nss

8 lines
96 B
Plaintext
Raw Normal View History

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