client
Click(atom/A)
if(isturf(A) && usr.teleporting)
usr.loc = Move(A)
usr.client.mouse_pointer_icon = null
usr.teleporting = 0
Problem description:
My screen goes black instead of moving my person to where I click. I tried using src.mob instead of usr. and it does the same thing...How can I fix this?
You might also want to use src.mob instead of usr.
~~> Dragon Lord