I am trying to build a jump target script. Basically i want to jump to my defensive, or offensive target that is within my chunk. I know i can type
Map:AddPoI[Target, ${Me.Target.X},${Me.Target.Y},${Me.Chunk.X},${Me.Chunk.Y}]
This will add a POI to my isxvglocations.xml file. Now i can...