The Wiki for Tale 6 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.

EG01

From ATITD6
Revision as of 02:42, 4 November 2012 by Strutter (talk | contribs)
Jump to navigationJump to search

Eastern grounds toxin 1

  • silken/Vampire no change /io missing?
  • vampire/silken iy missing? /no change
  • Blush/Energy no change /north petal lost yellow GRRO
  • energy/blush no change on either
  • clarity/crown north became reddish/
  • crown/clarity /north became blueish
  • delicate/fracture
  • fracture/delicate cyan outer stamen IR


constants

 row = 5
 column = 6
 
 
 firstx =  200
 firsty = 166
 incx = 82 //265, 340
 incy = 82
 x = 0
 y = 0

end loop 10

 compute x = $firstx
 compute y = $firsty
 
 loop $row
   
   loop $column
     
     timestamp $row $column $x $y
     mousepos $x , $y
     delay 150
     keys t
     delay 50
     keys j
     compute x = $x + $incx
     delay 150
   end
   compute x = $firstx
   compute y = $y + $incy
 end
 delay 65000
 bell

end