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