summaryrefslogtreecommitdiff
path: root/npc/000-1/ale.txt
blob: 60c5886809371ddde6ab6cf0906a446268b3a8ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Evol scripts.
// Author:
//    Reid
// Description:
//    .

000-1.gat,55,23,0,1	script	Ale	105;2,{

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

    close;

}