Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

That would work too, you could use an array instead of a single sprite for battle sprites and then pick the slot of the array using the skin variable.

E.g. in the example I posted, you would read it with:

spr = global.monster_data[monid,mond_SPRITE_BATTLE][amp_SKIN]