7 lines
108 B
Plaintext
7 lines
108 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
if(GetGold(GetPCSpeaker()) >= 100)
|
||
|
return TRUE;
|
||
|
return FALSE;
|
||
|
}
|