summaryrefslogblamecommitdiff
path: root/world/map/npc/022-1/tutorial.txt
blob: 23a924f10e8ced71589a8da6ff81bf7cc88925bd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                                    
                                                                            
 
                                          





                                   



                   

                                          
 
// This file is part of the Tutorial
// Author: Jenalya
// 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{
    callfunc "TutorialCompleted";
    warp "042-1.gat", 95, 69;
    end;
}

function|script|TutorialCompleted|{
    set hasan, 0;
    set kaan, 0;
    set sorfina, 0;
    set tanisha, 0;
    set FLAGS, FLAGS | FLAG_TUTORIAL_DONE;
    return;
}