7 lines
95 B
Plaintext
Raw Normal View History

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