ID:147517
 
Images have a pixelx and pixely variable, don't they? Because I'm getting an undefined varaible error when attempting to use it.
Here's the code:

var/image/noicon
for(var/i=0,i<=length(hptext),i++)
text=copytext(hptext,i,i+1)
noicon=image('numbers.dmi',locate(10,10,3),text)
noicon.pixelx=xtext
noicon.pixely=ytext
xtext+=6
player << noicon

Nope.
In response to Garthor
Alright then, thank you Garthor.

I just figured out that it's pixel_x and _y, and they do have them. Thanks for getting me to look more closely at the reference. I must have been half asleep/