9 lines
117 B
Plaintext
9 lines
117 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
if (!(GetGold(oPC) <100000)) return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|