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