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

From A Tale in the Desert
< User:Viscis
Revision as of 07:46, 31 December 2008 by Viscis (talk | contribs) (New page: <pre> delay 10000 //MousePos 1092, 120 // Flax seeds (pinned to screen) LeftClick loop 2 //this one controls how many rows (n*2) (B) loop 5 //this one controls how many in a line (n+1) (...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
delay 10000
//MousePos 1092, 120 // Flax seeds (pinned to screen)
LeftClick

loop 2 //this one controls how many rows (n*2) (B)

loop 5 //this one controls how many in a line (n+1) (A)
  KeyDown {UP} 300
  Delay 1000
  Leftclick
end

KeyDown {RIGHT} 300
Delay 1000
Leftclick
//this one controls how many in a line (n+1)
loop 5 //this one controls how many in a line (n+1) (A)
	Keydown {DOWN} 300
	Delay 1000
	Leftclick
end

KeyDown {RIGHT} 300
Delay 1000
Leftclick

end