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

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

Latest revision as of 07:46, 31 December 2008

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