Skip to content

/dex

Syntax

/dex <name> <command>

Description

Run <command> on one named peer.

Options

  • <name> — The peer's identity (character name by default, or whatever eq2.peer.set_identity() changed it to).
  • <command> — The rest of the line, sent verbatim.

Unlike /dga and /dge, which fan out to every selected client, /dex targets a single peer by name. The same refusal to re-broadcast a broadcast command applies.

Examples

/dex Healbot /useability "Cure Noxious"
/dex Tank /follow

See also

  • /dga — all selected clients, including this one.
  • /dge — all selected clients, excluding this one.
  • /dgga / /dgge — group scope.
  • /dgza / /dgze — zone scope.