summaryrefslogblamecommitdiff
path: root/npc/000-1/gulukan.txt
blob: 562ff7ec25e89fbb12f0737efe6c2f23bd3b0f7f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                               
// Evol scripts.
// Author:
//    Reid
// Description:
//    Elmo's twin
//    Charged of an important quest from Nard.

000-1.gat,34,90,0,1	script	Gulukan	111;2,{

    mesn;
    mesq l("Hello world!");
    next;

    close;

}