Skip to content

/autorez

Syntax

/autorez [on | off]

Description

Automatically accept an incoming resurrection while you are dead. Provided by the bundled autorez script — run /lua run autorez first.

Provided by a script

/lua run autorez

Options

  • on — Enable. The script watches for the rez popup while you are dead and presses accept.
  • off — Disable. It will not press anything.
  • (no argument) — Print status: enabled/disabled, whether you're currently dead, whether the UI listener is armed, whether a popup is visible (and its prompt text), and the reason for the last action taken.

How it works

The script only arms its UI listener while you are actually dead, and holds it briefly past revival so a press landing on the boundary still gets its follow-up events. An always-on listener would be pure UI-handle churn.

The accept is a real press on the captured popup button, not a fabricated command.

Examples

/lua run autorez
/autorez
/autorez off

Across the group:

/dga /lua run autorez

See also