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

From A Tale in the Desert
< User:Viscis
Revision as of 07:45, 31 December 2008 by Viscis (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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