client.Click(O)
usr.c = 1
walk_to(usr,O)
sleep(2)
usr.c = 0
while(get_dist(usr,O) >0)
sleep(2)
Problem description:
This is the code to click move. I need to make it so that the usr doesn't move but the mob the usr has moves. Can you please help? If you don't understand what I'm asking post here and ask please. ^ ^
Akto
client/Click(atom/O)?