Skip to content

Star Wars Galaxies

Press a Toolbar Button

Drives the interface directly by pressing a toolbar slot. Slots run 0 to 23 — the top row is 0 to 11 and the bottom row is 12 to 23 — which is how macros use abilities they cannot name directly.

SWG · General35 chars
/ui action toolbarSlot00;
/pause 2;

Where to paste this

  1. Open Options, choose the Macro tab and click New.
  2. Give the macro a name and an icon — the name is what other macros call it by.
  3. Write commands one per line, ending each with a semicolon.
  4. Use /ui action toolbarSlot00; to press a toolbar button, counting slots from 0.
  5. Finish with /macro yourname; to loop, and drag the macro onto a toolbar slot to start it.