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/Grass

From A Tale in the Desert
< User:Viscis
Revision as of 07:48, 31 December 2008 by Viscis (talk | contribs) (New page: <pre> delay 10000 loop 249 // change if you have 498 slots etc loop 1 KeyDown {UP} 500 MousePos 124, 80 LeftClick delay 3000 end loop 1 KeyDown {DOWN} 500 LeftClick delay 3000 end // ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
 
delay 10000

loop 249 // change if you have 498 slots etc

loop 1
KeyDown {UP} 500
MousePos 124, 80
LeftClick
delay 3000
end

loop 1
KeyDown {DOWN} 500
LeftClick
delay 3000
end

// Add chest drop here

end