obj
x
verb
control()
set src in oview(1)
usr.object = src
mob/var
object
mob
verb
move_object()
usr.object.Move(usr.object,usr.object.dir)
This isn't the way they'll actually move, I just want to know how I would go about referencing the obj Move proc because the compiler won't recognize usr.object as a moveable atom. I had no idea how I'd accomplish this so I just took a stab at