The Wiki for Tale 4 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

User:Matk/Macros

From A Tale in the Desert
Jump to navigationJump to search

MousePos 500,100 RightClick Delay 100

Constants

 x1 = 100
 y1 = 100

End

Loop 100

 Compute x1 = {mousex}
 Compute y1 = {mousey}
 MousePos 1378,100
 RightClick
 Delay 100
 MousePos 840,615
 RightClick
 Delay 100
 MousePos $x1,$y1
 delay 25000

End