RATDOG/_module/nss/temple_has200gp.nss

7 lines
108 B
Plaintext
Raw Normal View History

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