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

001-2-39,34,41,0	script	Q'Anon	NPC_Q_ANON,{
    mesn;
    mesq lg("It's been a while, girl!", "It's been a while, boy!");

    goto L_Close;

L_Close:
    close;

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