ID:149842
 
I need a stat, that is basicly a location. Its hard to explain, but ill give you an example.
mob
var
myvar = locate(usr.x,usr.y+1,usr.z)
Move()
..()
usr.myvar.icon = 'myicon.dmi'

That would make it where anything thats in myvars location, has the icon of myicon.dmi.. You could also do usr.myvar.density = 1 etc.. How could i do something like this?

thanks in advance

-Rcet
Question is this how you want it. When a person is in front of you there icons change, and when they leave it goes back?
In response to Super16
Yup. Exactly. Know how i would do that?

-Rcet
In response to Rcet
Maybe you could create an area, and use Entered()