summaryrefslogtreecommitdiff
path: root/world/map/npc/041-1/tutorial.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/041-1/tutorial.txt')
-rw-r--r--world/map/npc/041-1/tutorial.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/world/map/npc/041-1/tutorial.txt b/world/map/npc/041-1/tutorial.txt
deleted file mode 100644
index 5c024e1f..00000000
--- a/world/map/npc/041-1/tutorial.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-// This file is part of the Tutorial
-// Author: Jenalya
-// if you enter the tutorial area, it is set to be already done
-
-041-1.gat,58,5,0|script|#tutorial-outside2|45,1,0
-{
- set FLAGS, FLAGS | FLAG_TUTORIAL_DONE;
- callfunc "ClearVariables";
- warp "042-1.gat", 44, 113;
- end;
-}