mob
var
controller
client
Move()
if(usr.controller == null)
usr.controller = src
if(usr.controller == src)
..()
else
Move(usr.controller)
Problem description:
Basically i click a mob and on the click it becomes my controller but when i try to move it get alot of error's.