I am trying to get the script to use my manastone that is in my bags and not on my character in a charm spot.if ${Me.Inventory[Manastone].IsReady}
{
Me.Inventory[Manastone]:Use
wait 5
}
I have looked to see how the Me.Inventory command works and I can only see it as a way to destroy items but not to use the items.