NWNDS/nwnds_module/at_chk100coins.nss

7 lines
107 B
Plaintext
Raw Normal View History

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