10 lines
127 B
Plaintext
10 lines
127 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
if (GetLocalInt(oPC, "pqquest") != 1) return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|
||
|
|