Macros for Snagglewood
// Taken from the Internet
// Exit from Snaggy Wood, version 2
"/snaggyexit"
{
message " "
message "* Aki: SNESENW"
message "* Bones: S(not portal)ESESENW or S(portal)ESESENW"
message "* Flex: ENW"
message "* Gimli: SESENW"
message "* Maenygh: NW"
message "*"
message "* Malkor: SNSESENW"
message "* Marfisa: SNESENW"
message "* Moonbeam: SESENW"
message "* Newton: W"
message "*"
message "* Nyssa: NESENW"
message "* Oberon: ESENW"
message "* Ptolemy: ENESENW"
message "* Rieger: ESESENW"
message "*"
message "* Sagramor: SENW"
message "* Sycamore: SESENW"
message "* Tonle: WSESENW"
message "* Vagile: NESENW"
message " "
}
"/snaggytour"
{
message " "
message "* from OC: E to Maenygh"
message "* N to Newton"
message "* S to Sycamore"
message "* S to Oberon"
message "* E to Sagramor (heal up)"
message "* S to Flex"
message "* W to Tonle"
message "* S to Aki"
message "* S to Nyssa"
message "* W to Ptolemy"
message "* S to Gimli"
message "* S to Oberon"
message "* E to Sagramor (heal up)"
message "*"
message "* N to Marfisa"
message "* W to Vagile"
message "* S to Malkor"
message "* S to Moonbeam"
message "* E to Rieger (heal up)"
message "* N to Bones"
message "* S (outside of gate) to Sycamore"
message "* SESENW to exit"
message " "
}
"/exit"
{
if @text == "Aki"
"From Aki, Snaggy exit is: East, South, East, South, East, North, West\r"
else
if @text == "Nyssa"
"From Nyssa, Snaggy exit is: North, East, South, East, North, West\r"
else
if @text == "Sycamore"
"From Sycamore, Snaggy exit is: South, East, South, East, North, West\r"
else
if @text == "Tonle"
"From Tonle, Snaggy exit is: West, South, East, South, East, North, West\r"
else
if @text == "Ptolemy"
"From Ptolemy, Snaggy exit is East, North, East, South, East, North, West\r"
else
if @text == "Oberon"
"From Oberon, Snaggy exit is: East, South, East, North, West\r"
else
if @text == "Gimli"
"From Gimli, Snaggy exit is: South, East, South, East, North, West\r"
else
if @text == "Sagramor"
"From Sagramor, Snaggy exit is: South, East, North, West\r"
else
if @text == "Marfisa"
"From Marfisa, Snaggy exit is: East, South, East, South, East, North, West\r"
else
if @text == "Vagile"
"From Vagile, Snaggy exit is: North, East, South, East, North, West\r"
else
if @text == "Malkor"
"From Malkor, Snaggy exit is: South, South, East, South, East, North, West\r"
else
if @text == "Moonbeam"
"From Moonbeam, Snaggy exit is: South, East, South, East, North, West\r"
else
if @text == "Rieger"
"From Rieger, Snaggy exit is: East, South, East, South, East, North, West\r"
else
if @text == "Bones"
"From Bones, Snaggy exit is: East, South, East, South, East, North, West\r"
else
if @text == "Flex"
"From Flex, Snaggy exit is: East, North, West\r"
else
if @text == "Maengh"
"From Maengh, Snaggy exit is: North, West\r"
else
if @text == "Newton"
"From Newton, Snaggy exit is West\r"
end if
end if
end if
end if
end if
end if
end if
end if
end if
end if
end if
end if
end if
end if
end if
end if
end if
}
"/bones"
{
if @text == "Aki"
"From Aki, Bones is: North, West, South, East, North, West, South, South, East, North\r"
else
if @text == "Nyssa"
"From Nyssa, Bones is: South, West, South, East, North, West, South, South, East, North\r"
else
if @text == "Sycamore"
"From Sycamore, Bones is: West, South, East, North, West, South, South, East, North\r"
else
if @text == "Tonle"
"From Tonle, Bones is: West, south, East, North, West, South, South, East, North\r"
else
if @text == "Ptolemy"
"From Ptolemy, Bones is: South, South, East, North, West, South, South, East, North\r"
else
if @text == "Oberon"
"From Oberon, Bones is: East, North, West, South, South, East, North\r"
else
if @text == "Gimli"
"From Gimli, Bones is: South, East, North, West, South, South, East, North\r"
else
if @text == "Sagramor"
"From Sagramor, Bones is: North, West, South, South, East, North\r"
else
if @text == "Marfisa"
"From Marfisa, Bones is: West, South, South, East, North\r"
else
if @text == "Vagile"
"From Vagile, Bones is: South, South, East, North\r"
else
if @text == "Malkor"
"From Malkor, Bones is: South, East, North\r"
else
if @text == "Moonbeam"
"From Moonbeam, Bones is: East, North\r"
else
if @text == "Rieger"
"From Rieger, Bones is: North\r"
else
if @text == "Bones"
"/ponder I'm already in Bones! What am I, a zo?\r"
else
if @text == "Flex"
"From Flex, Bones is: North, South, East, North, West, South, South, East, North\r"
else
if @text == "Maenygh"
"From Maenygh, Bones is: West, South, East, North, West, South, South, East, North\r"
else
if @text == "Newton"
"From Newton, Bones is: North, South, East, North, West, South, South, East, North\r"
end if
end if
end if
end if
end if
end if
end if
end if
end if
end if
end if
end if
end if
end if
end if
end if
end if
}
Return to Merlisk's Scrolls