v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "User talk:StrawberryBunny/Mineshaft.ahk"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(New page: 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 {...)
(No difference)

Revision as of 21:19, 1 December 2008

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