Contents
Changes your current action bar to the selected row.
/changeactionbar options row; options row; ...
Aliases[edit | edit source]
- none
Arguments[edit | edit source]
- options
- List of options below, separated by commas, enclosed in [ ]
- row
- Integer 1-6, corresponding to the row you wish to select.
Options[edit | edit source]
You may use "no" in front of any of these to invert the logic result. Other options may work these options have been tested and known to work
- modifier ⇔ mod
- If the click is modified with shift, ctrl, or alt. You may optionally specify modifier:key (key=shift,ctrl,alt).
Examples[edit | edit source]
-- This will change your action bar to 1 with no modifier key pressed and to action bar 2 with a modifier key pressed /changeactionbar [nomod] 1; [mod] 2
Community content is available under CC-BY-SA unless otherwise noted.