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"
Jump to navigation
Jump to search
m (→Dump Macro) |
(The old one didn't actually work! This one only changes the behavior of the key while playing Dwarf Fortress.) |
||
Line 2: | Line 2: | ||
[http://mkv25.net/dfma/map-1511-ikudadilreignwall Ikudadil, "Reignwall"] | [http://mkv25.net/dfma/map-1511-ikudadilreignwall Ikudadil, "Reignwall"] | ||
− | ==Dump | + | ==Dump Macros== |
− | + | <pre> | |
− | + | F1::Send d{down} | |
+ | </pre>- Dr. Plot Device | ||
<pre> | <pre> | ||
del:: | del:: | ||
IfWinActive Dwarf Fortress | IfWinActive Dwarf Fortress | ||
− | send d | + | { |
− | send { | + | send d{down} |
− | return | + | return |
− | </pre> | + | } |
+ | else | ||
+ | { | ||
+ | send {del} | ||
+ | return | ||
+ | } | ||
+ | </pre> - Jackard |
Revision as of 13:57, 26 November 2007
Strongholds
Dump Macros
F1::Send d{down}
- Dr. Plot Device
del:: IfWinActive Dwarf Fortress { send d{down} return } else { send {del} return }
- Jackard