summaryrefslogblamecommitdiff
path: root/npc/001-1/panels.txt
blob: 102bb65601a993d3364231f65aec08a4d81bbac7 (plain) (tree)
1
2
3
4
5
6
7
8
9





                                                                   
                                                       
                    
                                                                                                    






                                                                                 
                  


        
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Panels to give advice and some random information to players.

001-1,180,25,0	script	#ArtisPanel1	NPC_NO_SPRITE,{
    mesn "Narrator";
    mes col(l("You step on something, a panel half overgrown by moss, it has writing on it..."), 9);
    next;
    mesq l("Don't fall!");
    next;
    mesq l("You've reached the highest natural place of Artis, enjoy the view.");
    close;

OnInit:
    .distance = 2;
    end;
}