Created
May 23, 2017 04:02
-
-
Save MrNice/8d71649dae3494f8173b15ae115f3ffb to your computer and use it in GitHub Desktop.
Default clanlord macros
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This macro file is included for every character by default. | |
// Use it for general macros that you want available to all characters. | |
// | |
"??" "/help " @text "\r" | |
"aa" "/action " @text "\r" | |
"gg" "/give " @text "\r" | |
"ii" "/info " @text "\r" | |
"kk" "/karma " @text "\r" | |
"mm" "/money\r" | |
"nn" "/news\r" | |
"pp" "/ponder " @text "\r" | |
"sh" "/share " @text "\r" | |
"sl" "/sleep\r" | |
"t" "/think " @text "\r" | |
"tt" "/thinkto " @text "\r" | |
"th" "/thank " @text "\r" | |
"ui" "/useitem " @text "\r" | |
"uu" "/use " @text "\r" | |
"un" "/unshare " @text "\r" | |
"w" "/who " @text "\r" | |
"wh" "/whisper " @text "\r" | |
"yy" "/yell " @text "\r" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment