TLO:Corpse

From the wonderful RedGuides Wiki

Access to objects of type corpse, which is the currently active corpse (ie. the one you are looting).

This TLO is added by MacroQuest

Forms

Type Member Description
corpse Corpse Corpse you are looting

Access to Types

Type Description
corpse Data related to a specified corpse. Inherits DataType:spawn

Examples

 /if (${Corpse.Open}) {
    /echo Corpse is open, proceeding with looting
 }

See also