Hello! I've tried to find a question for this in the forum, but wasn't able to find any.
I started scripting a bit ago, so I'm still learning. In a game I'm working on, I need the player and some events to be drawn on top of everything (including images) from time to time.
My question is, is there a way to modify the player/events sprites z position?
EDIT: I've been checking Sprite_Character class, and I think I could alias the update_position method to also take z as an argument, but I'm not sure if that would be a good idea