summaryrefslogtreecommitdiff
path: root/npc/001-1/qanon.txt
blob: 3d3f50104ee6e2f915ac05863c69d06edc0f5f11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Artis's Legion of Aemil leader.

001-1,51,46,0	script	Q'Anon	NPC_Q_ANON,{
    mesn;
    mesq l("It's been a while boy.");

    goto L_Close;

L_Close:
    close;

OnInit:
    .sex = G_MALE;
    .distance = 3;
    end;
}