RATDOG/_module/nss/temple_has100gp.nss

7 lines
108 B
Plaintext
Raw Permalink Normal View History

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