from books: WantEvents are a little fucky when decompiled; all u really need is: ```cs public override bool WantEvent(int ID, int Propagation) { return base.WantEvent(ID, Propagation) || ID == EnterElementEvent.ID || ID == LeaveElementEvent.ID; } ```