Jump to content

WebWalking


Zummy

Recommended Posts

16 minutes ago, Zummy said:

Do you mean just using walkPath with a List of Positions?

https://osbot.org/api/org/osbot/rs07/event/WalkingEvent.html

 

For example:

Area myArea = new Area(x, y, x, y);


WalkingEvent walkingEvent = new WalkingEvent(myArea);
execute(walkingEvent);

 

Using events like this also means you can change certain event settings, read it all in the api mate.

Edited by H0rn
Link to comment
Share on other sites

  • Alek locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...