NWNDS/nwnds_module/at_chk200coins.nss

7 lines
107 B
Plaintext
Raw Normal View History

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