summaryrefslogtreecommitdiff
path: root/world/map/npc/022-1/tutorial.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/022-1/tutorial.txt')
-rw-r--r--world/map/npc/022-1/tutorial.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/world/map/npc/022-1/tutorial.txt b/world/map/npc/022-1/tutorial.txt
index 1aafafdb..23a924f1 100644
--- a/world/map/npc/022-1/tutorial.txt
+++ b/world/map/npc/022-1/tutorial.txt
@@ -3,11 +3,16 @@
// if you enter the tutorial area from outside, it is set to be already done
022-1.gat,19,37,0|script|#tutorial|45,0,2{
- set FLAGS, FLAGS | FLAG_TUTORIAL_DONE;
+ callfunc "TutorialCompleted";
+ warp "042-1.gat", 95, 69;
+ end;
+}
+
+function|script|TutorialCompleted|{
set hasan, 0;
set kaan, 0;
set sorfina, 0;
set tanisha, 0;
- warp "042-1.gat", 95, 69;
- end;
+ set FLAGS, FLAGS | FLAG_TUTORIAL_DONE;
+ return;
}