summaryrefslogtreecommitdiff
path: root/npc/001-1/artaxe.txt
blob: b7ce48cc41871c486817710028a0148a4992b030 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Helping NPC.

000-1.gat,22,50,0,1	script	Artaxe	109;2,{
    mesn;
    mesq l("Do you feel too weak when try to hit the surrounding wildlife?");
    next;
    mesq l("Then put your anger onto these trees around, you will gain experience by practicing your sword skill on them.");
    next;
    mesq l("And you might even gain a fruit if you're lucky!");

    close;

}