11 lines
129 B
Plaintext
11 lines
129 B
Plaintext
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
|
||
|
object oPC=GetPCSpeaker();
|
||
|
|
||
|
iResult = (GetGold(oPC)<20000);
|
||
|
return iResult;
|
||
|
}
|