10 lines
144 B
Plaintext
10 lines
144 B
Plaintext
int StartingConditional()
|
|
{
|
|
int iResult;
|
|
object oPC = GetPCSpeaker();
|
|
|
|
iResult = (GetGold( oPC ) >= 50000 );
|
|
|
|
return iResult;
|
|
}
|