NWNDS/nwnds_module/ka_chkhas250gp.nss

7 lines
107 B
Plaintext
Raw Normal View History

int StartingConditional()
{
if(GetGold(GetPCSpeaker()) < 250)
return FALSE;
return TRUE;
}