summaryrefslogtreecommitdiff
path: root/world/map/npc/022-1/tutorial.txt
blob: 5c5c54125e90ad7e4c7c65b855438cc2b4314f40 (plain) (blame)
1
2
3
4
5
6
7
8
9
// This file is part of the Tutorial
// Author: Jenalya
// if you enter the tutorial area, it is set to be already done

022-1.gat,19,37,0|script|#tutorial|127,0,2{
    set FLAGS, FLAGS | FLAG_TUTORIAL_DONE;
    warp "042-1.gat", 114, 76;
    end;
}