mob
Click()
set src in oview(range) //? no idea what i'm doing XD
combatstuffhere()
//or a quick check? this seems a lil too...bleh
mob/Click()
if(range == 1)
set src in oview(1)
combatstuffhere()
if(range == 2)
set src in oview(2)
combatstuffhere()
//etc
A little clueless. A forum search didn't help, and neither did looking for libraries/demos =(