10 lines
126 B
Plaintext
10 lines
126 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
|
||
|
object oPC=GetPCSpeaker();
|
||
|
|
||
|
iResult = (GetGold(oPC)<200);
|
||
|
return iResult;
|
||
|
}
|