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

Code

From ATITD5
Revision as of 23:25, 18 October 2010 by Takhetu (talk | contribs) (Created page with " if $posSlider1 > $posSlider1old if $posSlider1 > $posSlider7 mousepos $hrzButton1,$vrtButton delay 200 LeftClick END END if $posSli...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
   if $posSlider1 > $posSlider1old
       if $posSlider1 > $posSlider7
   			mousepos $hrzButton1,$vrtButton

delay 200 LeftClick END

   END
   if $posSlider1 < $posSlider1old
       if $posSlider1 < $posSlider7
					mousepos $hrzButton1,$vrtButton

delay 200 LeftClick END

   END