kiriel.gifKiriel D'Sol

Macros

Macros Available:

Buddy Check Macro

To use, copy and paste the following text into your Clan Lord macros file. Feel free to customize for your own use as needed.


// Buddy check macros v1.0 // Notify kiriel@windsofdawn.org if you find a mistake or want to suggest an improvement // Buddy set "budset" { if @text != "" setglobal mybuddy @text message "Set current buddy to: " @text else message "No exile specified. Use budset exilename" end if } // Buddy check "bc" { if @mybuddy != "" "/info " mybuddy "\r" else message "Set buddy using budset exilename" end if }