My game has small doodads that I'd like to spawn with subtly different appearances, these are currently stored as animations in my doodad sprite( there are additional reasons for why this is the preferred "container".)
How can I pick an animation randomly on creation?
I've tried 3 or 4 ways now and keep bumping into type issues because obviously Set Animation is looking for a String and anything random() is creating a number.