Me (Top-Level Object)¶
- Table of contents
- Me (Top-Level Object)
- Description
- Forms
- Examples
Description¶
Retrieves the active player character object.
Forms¶
- character Me
Examples¶
- echo ${Me.Name}
- echo ${Me.Inventory[manastone].InContainerID}
- Me:CreateCustomInventoryArray
- echo ${Me.CustomInventory[3].Name}
- Returns the name of the fourth item in the custom inventory array
- echo ${Me.CustomInventory[manastone].InBank}
- echo ${Me.ToActor.IsAFK}
- echo ${Me.Maintained[Insight].Target.Name}
- echo ${Me.Maintained[Snare].Target.ID}
- echo ${Me.Maintained[1].Duration}
- echo ${Me.Effect[spirit of the wolf].Duration}
- Me.Maintained[Insight]:Cancel
- Me.Effect[spirit of the wolf]:Cancel