client/Move(d)
if(src.controlling)
step(src.controlling,d)
return 0
else if(lock)
return 0
else ..()
Problem description:
So it seems to work fine, I can use the verb it lets me control the selected persons movement however they can still control their movement, any ideas?