TLO:DoorTarget

From the wonderful RedGuides Wiki

Deprecated way to return information on switches (doors are switches in EverQuest). Use TLO:Switch or TLO:SwitchTarget instead.

This TLO is added by MacroQuest

Forms

Type Member Description
switch DoorTarget True if switch (aka door) targeted

Access to Types

Type Description
switch Data related to switches (doors, levers, buttons, etc) in the zone

Examples

  • Returns the ID of your door target.

/echo ${DoorTarget.ID}

See also