I am current making an rpg style game and I would like to include a Bio sheet (which will show a profile pic, and stats) for each player including enemy.
I would like to give each enemy a different profile picture.
is there a way I can give each enemy a different Bio sheet even though they are the same object?
I presume I can do something with variables And was looking into giving each enemy a (pic variable) and each number would link to a picture. so what I wanted was a way of each time an enemy has a picture assigned to them it would add onto the existing instance number giving the next enemy the next picture in line.
Does that make sense?
I have searched the forums but can not find an answer.
Thanks again