mob
Player
proc
teamindicator()
var/mob/Player/P
var/image/t = image('team.dmi')
for (P in world)
if (P.team == src.team)
src << t
t.loc = P.loc
the image does appear, but its static, it doesnt move around with the player... how do i get it to follow the player? =S