Stealth()
if(usr.stealthed)
usr.stealthed = 0
invisibility = 0
else
usr.stealthed = 1
invisibility = 1
usr.stealthxp += 10
Can someone tell me how to check if any mob is within 8 squares of the figure attempting to stealth? I figure it has something to do with oview(8), but I'm not sure.
~PAK