var/mob/Tar = l.user_targetif(l.user_has_target == 1)<<<<< heres the error
// you must be able to see them to heal them
if(Tar in oview(8,l))
src = new/obj/heal()it says i have a missing left-hand argument to >. plz help</<<<></<></ 10></<<></<<<<>
l.loop = 0
while(l.loop < 10)
src.loc = l.user_target
src.layer = l.user_target
sleep(1)
l.loop++
Why in the world do you have >>>>>> s there?