summaryrefslogtreecommitdiff
path: root/world/map/npc/042-2/magic_basement.txt
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2015-01-07 21:00:16 -0600
committerwushin <pasekei@gmail.com>2015-01-07 21:00:16 -0600
commit2901ba177dea5867cbd52eb2b02a0ef8e1816e15 (patch)
tree81cc70a70e7cc0b9e46cc3e055dea1c702db1309 /world/map/npc/042-2/magic_basement.txt
parentfb7caf2cb0e768cf4b9c7f83df644edc97250a78 (diff)
downloadserverdata-2901ba177dea5867cbd52eb2b02a0ef8e1816e15.tar.gz
serverdata-2901ba177dea5867cbd52eb2b02a0ef8e1816e15.tar.bz2
serverdata-2901ba177dea5867cbd52eb2b02a0ef8e1816e15.tar.xz
serverdata-2901ba177dea5867cbd52eb2b02a0ef8e1816e15.zip
Moving Tutorial from Tulimshar to Candor
Diffstat (limited to 'world/map/npc/042-2/magic_basement.txt')
-rw-r--r--world/map/npc/042-2/magic_basement.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/world/map/npc/042-2/magic_basement.txt b/world/map/npc/042-2/magic_basement.txt
deleted file mode 100644
index 0817375d..00000000
--- a/world/map/npc/042-2/magic_basement.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-//
-// Author: Wushin
-
-042-2.gat,103,56,0|script|#MagicBasement|400,0,0
-{
- callfunc "MorganState";
- if (@morgan < 4)
- goto L_Close;
- mes "Descend into the basement?";
- next;
- menu
- "Yes.", L_MagicBase,
- "Nevermind.", L_Close;
-
-L_MagicBase:
- warp "042-3",24,21;
- goto L_Close;
-
-L_Close:
- close;
-}