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