RATDOG/_module/nss/temple_has50gp.nss

7 lines
107 B
Plaintext
Raw Permalink Normal View History

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