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:Jackard"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(New page: =Dump Macro= Very simple script for dumping items in the Stocks submenu of the Status menu. <pre> del:: IfWinActive Dwarf Fortress send d send {down} return </pre>)
 
m
Line 1: Line 1:
=Dump Macro=
+
==Dump Macro==
 
Very simple script for dumping items in the Stocks submenu of the Status menu.
 
Very simple script for dumping items in the Stocks submenu of the Status menu.
  

Revision as of 10:30, 23 November 2007

Dump Macro

Very simple script for dumping items in the Stocks submenu of the Status menu.

del::
IfWinActive Dwarf Fortress
send d
send {down}
return