kiriel.gifKiriel D'Sol

Macros

Macros Available:

Random Dance 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.


// Random dance v1.0 // Usage: rdance (click the mouse to stop dancing) // Macro created by Kiriel D'Sol // Notify kiriel@windsofdawn.org if you find a mistake or want to suggest an improvement // Random pose rpose { random "/pose thoughtful\r" or "/pose surprised\r" or "/pose angry\r" or "/pose lie\r" or "/pose kneel\r" or "/pose seated\r" or "/pose akimbo\r" or "/pose leanleft\r" or "/pose leanright\r" or "/pose cry\r" or "/pose bow\r" or "/pose sit\r" or "/pose celebrate\r" or "/pose bless\r" or "/pose kneel\r" or "/pose stand S\r" or "/pose stand N\r" or "/pose stand E\r" or "/pose stand W\r" or "/pose walkleft\r" or "/pose walkright\r" or "/pose salute\r" or "/pose attack\r" end random } // Random dance "rdance" { set @env.click_interrupts "true" label mark call rpose goto mark }