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:26, 18 October 2010 by Takhetu (talk | contribs)
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