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

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

Latest revision as of 07:48, 31 December 2008

 
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