11 lines
114 B
Plaintext
11 lines
114 B
Plaintext
|
|
|
|
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
if (GetGold(oPC) < 100) return FALSE;
|
|
|
|
return TRUE;
|
|
}
|