Code: Select all
newChat{ id="ambush",
text = [[#VIOLET#*As you come out of the Dreadfell, you encounter a band of orcs. Two of them step forward, one a battle-scarred monster of an orc, the other cowled and silent. The scarred orc grins at you.*#LAST#
We were just on our way in to get that very staff. Nice of you to fetch it for us.]],
answers = {
{"What are you talking about?", jump="what"},
}
}
newChat{ id="what",
text = [[#VIOLET#The cowled orc reaches out a bony hand, and The Staff of Absorption flies from your grasp! The orc catches it, turns, and walks through the ranks of his massed companions. The scarred orc shrugs.#LAST#
Don't ask me why he wants it. I just know that I wasn't looking forward to hacking through the whole Dreadfell to get it. Go ahead and ask me why.]],
answers = {
{"Why?", jump="why"},
}
}
newChat{ id="why",
text = [[#VIOLET#He gestures to the massed band of orcs behind him. They start forward, and you hear the unmistakable sound of many bowstrings being drawn.#LAST#
Because undead aren't edible, and I'm hungry. Now hold still.]],
answers = {
{"#LIGHT_GREEN#[Don't hold still.]"},
}
}
return "ambush"
Code: Select all
##############################
####.........................#
####....................ooo..#
#.<#....................ooo..#
#..#....................ooo..#
#..#....................ooo..#
#..@................o...ooo.o#
#..#....................ooo..#
#..#....................ooo..#
#.>#....................ooo..#
####....................ooo..#
####.........................#
##############################