int StartingConditional()
{
object oPC = GetPCSpeaker();

if (GetLocalInt(oPC, "mardoquest") != 3) return FALSE;

return TRUE;
}