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.

Difference between revisions of "User:Matk/Macros"

From A Tale in the Desert
Jump to navigationJump to search
(New page: 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...)
 
(No difference)

Latest revision as of 01:57, 20 January 2009

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