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:Viscis/Limestone"

From A Tale in the Desert
Jump to navigationJump to search
(New page: <pre> delay 10000 // 10 second delay MousePos 116, 103 // Change this to the location of the limestone icon loop 10000 // Run this x times loop 3 delay 1000 leftclick end delay 95000 e...)
 
(No difference)

Latest revision as of 07:45, 31 December 2008

delay 10000 // 10 second delay
MousePos 116, 103 // Change this to the location of the limestone icon

loop 10000 // Run this x times

loop 3
delay 1000
leftclick
end

delay 95000

end