summaryrefslogtreecommitdiff
path: root/npc/008-2-7/wyara.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-7/wyara.txt')
-rw-r--r--npc/008-2-7/wyara.txt29
1 files changed, 0 insertions, 29 deletions
diff --git a/npc/008-2-7/wyara.txt b/npc/008-2-7/wyara.txt
deleted file mode 100644
index 7bac6efc..00000000
--- a/npc/008-2-7/wyara.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-// The Mana World scripts.
-// Author:
-// Micksha
-// Description:
-// Wyara the witch.
-// TODO: Buy or make plushroom potions
-
-008-2-7,27,28,0 script Wyara NPC_DARK_DRUID,{
- speech
- l("What? Is there someone?"),
- l("Please, leave me alone. I have to pixel- erm, brew potions."),
- l("I will sell some when you return a bit later."),
- l("Unless you are interested in a status reset?");
- next;
- select
- l("I'm fine, thanks."),
- l("I actually could use a status reset!");
- mes "";
- switch (@menu) {
- case 2:
- ConfirmStatusReset();
- break;
- }
- close;
-
-OnInit:
- .distance = 4;
- end;
-}