@youottermakegames: Structs in Gamemaker! When asked for tips about gamemaker engine, structs is one I overlooked for far too long when it comes to organizing my data. Lists & Arrays are nice but I love to use structs for most else. Especially when I use sprite or objects as the Key value of the struct for easy tracking & updating. Currently working #gamemaker for my next #indiegame on #twitch and I get questions on workflow and approach. This time was focusing on how I store my data and how I work with inheritance with regards to my creatures. Creatures being the top and then I have child objects from there that do the overrides per creature instance.