int StartingConditional()
{
    if (GetLocalInt(GetPCSpeaker(),"nEvilWizard")==3) return TRUE;
    return FALSE;
}