guy = image("a_guy.png",posX,posY,0,id)
I use tween_move to move it around and I can get his location and other info with object(guy,'x'),object(guy,'y'), etc.
I would also like to make it "alive". How to assign HP to it and make it possible to hit with a gun?