ID:164349
 
How would i have a certain key be able to drag (hold mouse on to move) any mob any were as long i let go of the hold mouse?
look into the procs:

MouseDown() MouseUp() MouseDrag()
and the
Click() and DblClick()

Shouldnt be to hard to do.