10 lines
148 B
Plaintext
10 lines
148 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
int amount = 50000;
|
||
|
|
||
|
int iResult;
|
||
|
|
||
|
iResult = ( GetGold( GetPCSpeaker() ) >= amount );
|
||
|
return iResult;
|
||
|
}
|