ISXEQ2:Me (Top-Level Object)

From ISMods Wiki


Contents

ISXEQ2 information for ISXEQ2:Me (Top-Level Object) has moved

Please see: http://eq2.isxgames.com/wiki for up-to-date content.


Description

Retrieves the active player character object.


Forms


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

See Also