int StartingConditional() { object oPC = GetPCSpeaker(); if(GetLocalInt(oPC,"matalked") == 1) return FALSE; return TRUE; }