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