Skip to content

Star Wars Galaxies

Your First Macro

Every command ends with a semicolon and every macro needs a pause between actions. Leave a semicolon off and everything after it is silently ignored, which is the single most common mistake in SWG macros.

SWG · General48 chars
/say Hello there;
/pause 2;
/say General Kenobi;

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.