Hello! So far GMLive has been super helpful when it comes to testing code, but live rooms have been giving me some trouble. I notice that I get errors about an array being out of range whenever I use an enum value for variables assigned in the room editor. This only happens if it's an enum, if I replace it with a number of the equivalent value it works totally fine. I'm making a metroidvania right now, so enums are something I use a lot to keep track of things like items. Is there anything I can do to get around this?