- Joined
- Feb 6, 2007
- RedCents
- 1,683¢
For those with a memory as bad as mine. This macro will display a list of all waypoints in your current zone.
Note: You will have to change the path of the MQ2Rwarp.ini file. I highlighted the file path in red, Just change it to whatever path you use on your computer.
Note: You will have to change the path of the MQ2Rwarp.ini file. I highlighted the file path in red, Just change it to whatever path you use on your computer.
Rich (BB code):
Sub Main
/declare list
/varset list ${Ini[C:\EQ Macroquest2\MQ2Rwarp.ini,${Zone.ShortName}]}
/echo Current waypoints are - ${list.Replace[|,, ]}
/squelch /endmac

