9 lines
130 B
Plaintext
9 lines
130 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
if (!(GetLocalInt(oPC, "talkquest") >=2)) return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|