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