WoW:MACRO castrandom: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Creation)
 
mNo edit summary
Line 15: Line 15:
== Example ==
== Example ==
  /castrandom Polymorph,Polymorph(Turtle),Polymorph(Serpent),Polymorph(Black Cat)
  /castrandom Polymorph,Polymorph(Turtle),Polymorph(Serpent),Polymorph(Black Cat)
== Notes ==
[[MACRO_userandom|userandom]] and [[MACRO_castrandom|castrandom]] can be used interchangeably. <sup>[http://wowcompares.com/3039183/FrameXML/ChatFrame.lua]</sup>

Revision as of 04:02, 12 January 2009

Slash commands


Cast a random spell from the list

/castrandom spelllist

Aliases

none


Arguments

spelllist
List of spells, separated by comma


Example

/castrandom Polymorph,Polymorph(Turtle),Polymorph(Serpent),Polymorph(Black Cat)

Notes

userandom and castrandom can be used interchangeably. [1]