7 lines
96 B
Plaintext
Raw Normal View History

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