Contents
  1. What It Does
  2. How to Use It
  3. Macro Code

What It Does

It automatically logs you off in 1 hour.

This macro is great to use in combination with AFK foraging or pet grinding macros where your inventory is likely to get full within an hour.

How to Use It

In game, go to Commands > Macros, create a new macro, and paste the below code. Name the macro “Quit1hr” and select an icon.

Put this is in a toolbar slot (or bind it to a hot key) and execute as needed. Walk away, and, in 1 hour 5 minutes, the macro will log you out and shut down SWG.

To terminate this macro early, type /dump in the chat window.

Macro Code


/emote activates his auto-sleep timer: 1 hour and ticking.;
/pause 3600;
/emote quitting in 5 minutes! Stop me now if you DON'T want to log off.;
/pause 300;
/quit;