kiriel.gifKiriel D'Sol

Macros

Macros Available:

McBollie Caverns Directions Macro

To use, copy and paste the following text into your Clan Lord macros file. Feel free to customize for your own use as needed.


// McBollies Directions v1.0 // Based off the map at http://ferindril.dhs.org/lundar/mcb.gif // Note that entrance to McBollie Caverns and path at end require // a full pathfinder and that not all can open either or both paths "mcbdir" { if @text == "1" message "SW SW SE" message "S all the way" message "ES WN" message "W all the way" message "S all the way" message "use mcbdir 2 for the next set of directions" message " " else if @text == "2" message "WS W" message "S till the 3rd W path" message "W till the 2nd N path" message "N till the 1st E path" message "E" message "N all the way" message "use mcbdir 3 for the next set of directions" message " " else if @text == "3" message "EN WS WS" message "WS W" message "S till the first W path" message "W till the 1st S path" message "SW" message "S all the way" message "use mcbdir 4 for the next set of directions" message " " else if @text == "4" message "ES W" message "S till the first W path" message "WN W (exit)" message "use mcbdir b1 if you need to get back out" message " " else if @text == "b1" message "ES EN" message "EN W" message "N all the way" message "EN" message "E all the way" message "NE NE" message "use mcbdir b2 for the next set of directions" message " " else if @text == "b2" message "NE NE" message "SW" message "S all the way" message "W" message "S all the way" message "E all the way" message "use mcbdir b3 for the next set of directions" message " " else if @text == "b3" message "N all the way" message "EN E" message "N all the way" message "E all the way" message "S" message "use mcbdir b4 for the next set of directions" message " " else if @text == "b4" message "E to 1st N path" message "NW" message "N all the way" message "WN EN" message "EN to exit" message "use mcbdir 1 if you need to get back in" else message "McBollie Directions from Map at http://ferindril.dhs.org/lundar/mcb.gif" message "directions are to the first fork unless specified otherwise" message "Specify mcbdir 1 for the 1st part of the directions" message "Specify mcbdir b1 for 1st part of directions back out" message " " end if }