Um, well no, I'm still using v.2.23 for my game. But, updating it won't fix the bug I need. The menu problem is admittedly probably just me being stupid and not knowing how to add in the CMS I put together properly without removing the pre-menu/menu section from the BlizzABS part 3. However, the bug with my event system requires me to either add two lines to part 2 to check if a switch is on, or go through the game and add a new conditional branch to every single event to check the switch instead. Obviously I'd rather just add the two lines and be done with it, but I have to check if it's against the rules first. If it's against the rules, I suppose I could go the long way of doing it. It would just be more of a hassle.