ID:1698003
 
Question:
I want to turn a client's view in a cloak wise motion and have it keep going, but I have no idea how to.

I know how to make the client itself move, but not everything around it.

I also wanted it to happen on just one person's screen so it only appears to be happening to the selected client.

mob/verb/seek()
var/icon/J = new(usr.icon)
J.Turn(25)
usr.icon = J

sleep(20)

J.Turn(-25)
usr.icon = J

That's how to manipulate the clients icon, anyone know how to do the same thing to someone's screen?


No can do.