int StartingConditional() { object oPC = GetPCSpeaker(); if (GetLocalString(oPC, "ylala") != "1") return FALSE; return TRUE; }