diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-08 10:35:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-08 10:35:57 -0300 |
commit | b0256f42ba0ed82b71f6238f24bd954999453c23 (patch) | |
tree | 2c3c31bfbcb432312ec1ff4ec76bf459342642e6 /npc/000-0-0 | |
parent | 88885e990d28c3672a0f04dc659aa5875ba13620 (diff) | |
download | serverdata-b0256f42ba0ed82b71f6238f24bd954999453c23.tar.gz serverdata-b0256f42ba0ed82b71f6238f24bd954999453c23.tar.bz2 serverdata-b0256f42ba0ed82b71f6238f24bd954999453c23.tar.xz serverdata-b0256f42ba0ed82b71f6238f24bd954999453c23.zip |
Important piece of tutorial added on Zegas.
Diffstat (limited to 'npc/000-0-0')
-rw-r--r-- | npc/000-0-0/sailors.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index ad3ffc676..e053175b2 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -28,11 +28,13 @@ L_Step0: l("Yes, I do."); if (@menu == 2) { + TUTORIAL=false; mesn l("Magic Arpan"); mesq l("Yeye don't need to train here anymore! Let's head back to the ship before the sun sets, shall we?"); next; goto L_Skip; } + TUTORIAL=true; savepoint "000-0-0", 30, 37; setq ShipQuests_Arpan, 1; |