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.

Difference between revisions of "Peshetmacros"

From ATITD5
Jump to navigationJump to search
m (Created page with "==='''Resin - AHK'''=== <pre> #singleinstance force ;;tag tree `:: Send {R} Send {N} return ;;Exit app ^x::ExitApp ; Assign a hotkey to terminate this script. </pre>")
 
(No difference)

Latest revision as of 19:18, 17 February 2011

Resin - AHK

#singleinstance force

;;tag tree
`::

Send {R}
Send {N}


return

;;Exit app
^x::ExitApp  ; Assign a hotkey to terminate this script.