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.
User:Anka/Macros/test
From ATITD5
Jump to navigationJump to searchLoop
{
MouseMove, %PitX1%,%PitY1%
Sleep 1000
Click right
Sleep 1000
PixelGetColor, color, %MouseX%, %MouseY%, slow
if color <> "0x000000"
msgbox %color%
soundbeep
soundbeep
break
if (color = 0x000000)
{
soundbeep
Send {Esc}
PitX1--
continue
}
}