mob/proc/AtualizarStatus()
for(var/obj/dd in usr.client.screen)if(dd.screen_loc=="map2:1:12,1:5")del(dd)
var/obj/dd=new()
dd.icon=usr
dd.dir=usr.dir
dd.overlays=usr.overlays
//dd.transform*=1
dd.screen_loc="map2:1:12,1:5"
usr.client.screen+=dd
https://uploaddeimagens.com.br/imagens/ApDXhBk
https://uploaddeimagens.com.br/imagens/EgMYLpw
Problem description: I'm trying to make the character's image appear on map2 in a circle format, I'm new to this. any tips?
What's the issue you're having, exactly?