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