ID:272875
 
I'd like to know how to make me be able to control someone else's character. I have a watch command, but it doesn't seem good enough at times. Is this possible to do? What I have for watch is:

    Watch(M as mob in world)
set category = "Admin"
client.eye = M
usr << "<b>Your Now watching [M]"
client.perspective = 255


Would it be like client = M? Hope someone can help me :)
Look up the 'mob (client)', or client.mob var in the DM Reference.
You need to also do something with the player that originally owned the mob, since only one player can control a mob at any given time.