Hi,
Since loadanim shares a sprite ID...can this be split up to hold its own ID like the other object ID formats?
id% = GENSPRITE()
id% = GENSOUND()
id% = GENX_OBJ()
id% = GENFILE()
add this:
id% = GENANIM()
Basically, for the same reason you would call an object with a parralel ID.
ie
LOADANIM id=0
LOADSPRITE id=0
etc
I dont need this command, but it would be handy, and allow for more options for identities.