NWNDS/nwnds_module/ds_has100gp.nss

7 lines
95 B
Plaintext
Raw Normal View History

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