NWNDS/nwnds_module/at_chk25coins.nss

7 lines
106 B
Plaintext
Raw Normal View History

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