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