8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
if (GetGold(oPC) < 5) return FALSE;
|
||
|
return TRUE;
|
||
|
}
|