Code: Select all
${Zone[${Me.Bound}]}
Sorry Lax if you read this and bang your head against the keyboard shouting "WHY OH WHY DO I FUCKING BOTHER" :)
Thanks in advance
Moderator: MacroQuest Developers

Code: Select all
${Zone[${Me.Bound}]}
Code: Select all
${Me.Bound.Name} character
...zone Bound: The zone you are bound in
zone
...string Name: Full name like "Ocean of Tears"
...string ShortName: Short name like "oot"
Almost... It's easy to forget to look at the return types (I'm guilty too).Fuergrissa wrote:Would that display the zone i am currently bound in.Code: Select all
${Zone[${Me.Bound}]}
Sorry Lax if you read this and bang your head against the keyboard shouting "WHY OH WHY DO I FUCKING BOTHER" :)
Thanks in advance
Code: Select all
${Me.Bound}
