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.
Difference between revisions of "Code"
From ATITD5
Jump to navigationJump to search (Created page with " if $posSlider1 > $posSlider1old if $posSlider1 > $posSlider7 mousepos $hrzButton1,$vrtButton delay 200 LeftClick END END if $posSli...") |
|||
Line 1: | Line 1: | ||
− | + | 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 |
Revision as of 23:26, 18 October 2010
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