User talk:StrawberryBunny/Mineshaft.ahk
From Dwarf Fortress Wiki
Hey, noticed an error in the mineshaft script. The "return to next row" segment assumes a 3x3 block. I modified it to include the following:
Loop %y% { Send {Up} Sleep 2
Send {Up} Sleep 2
Send {Up} Sleep 2 }
This should achieve the desired effect. I modified the file - I hope you don't mind EvilStickMan 16:21, 1 December 2008 (EST)
