diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-01-22 13:34:03 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-01-22 14:49:00 +0100 |
commit | dd8b29c1df562250d116965e626c2d40eed04bbe (patch) | |
tree | a63f6daba888ffdd81c371cc395a4e7776d8e4ca /world/map/npc/022-1 | |
parent | a9afda64574b9a9e13cc6528d8d68f658e994aab (diff) | |
download | serverdata-dd8b29c1df562250d116965e626c2d40eed04bbe.tar.gz serverdata-dd8b29c1df562250d116965e626c2d40eed04bbe.tar.bz2 serverdata-dd8b29c1df562250d116965e626c2d40eed04bbe.tar.xz serverdata-dd8b29c1df562250d116965e626c2d40eed04bbe.zip |
Some cleanup in tutorial NPCs.
Diffstat (limited to 'world/map/npc/022-1')
-rw-r--r-- | world/map/npc/022-1/tutorial.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/world/map/npc/022-1/tutorial.txt b/world/map/npc/022-1/tutorial.txt index 5c5c5412..ecb1f628 100644 --- a/world/map/npc/022-1/tutorial.txt +++ b/world/map/npc/022-1/tutorial.txt @@ -1,9 +1,14 @@ // This file is part of the Tutorial // Author: Jenalya -// if you enter the tutorial area, it is set to be already done +// if you enter the tutorial area from outside, it is set to be already done 022-1.gat,19,37,0|script|#tutorial|127,0,2{ set FLAGS, FLAGS | FLAG_TUTORIAL_DONE; + set hasan, 0; + set kaan, 0; + set sorfina, 0; + set tanisha, 0; + set maggot, 0; warp "042-1.gat", 114, 76; end; } |