ID:148265
 
Hello i got a proplem How would i get my Click move witch is
____________________________________________________________
mob
var/c=0

client.DblClick(O)
usr.c=1
walk_to(usr,O)
var/o=image('Cross.dmi',O,"3")
src << o
sleep(2)
usr.c=0
while(get_dist(usr,O) >0)
sleep(2)
if(usr.c==1)
del(o)
del(o)

client.Move()
usr << "Please DblClick to Move."
____________________________________________________________
i got it from the Demo
Now...
How wouldi get it to worck with this code
____________________________________________________________
mob
Click(mob/M in oview(1))
if(usr==M||usr.inbattle||M.inbattle){return}
M.inbattle=1
____________________________________________________________ </<>
Which demo? I want to find the author of that demo and throttle them for using client/Click() instead of atom/Click()! =)