Alright, let's see if this makes sense:
I want to display images on the screen (during regular overworld gameplay) that is character specific. So, my first action was to use draw_character_picture(@actor.name,x,y). However, I already use that specific name for another picture on the character status menu.
My first instinct was to try something like @actor.name_1, however, that didn't seem to work. Any ideas on what I could do?
I want to display images on the screen (during regular overworld gameplay) that is character specific. So, my first action was to use draw_character_picture(@actor.name,x,y). However, I already use that specific name for another picture on the character status menu.
My first instinct was to try something like @actor.name_1, however, that didn't seem to work. Any ideas on what I could do?