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