5 lines
80 B
Plaintext
5 lines
80 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
return (GetGold(GetPCSpeaker()) >= 10000000);
|
||
|
}
|