summaryrefslogtreecommitdiff
path: root/npc/008-1/auldsbel.txt
blob: cf4cd16ecc68f4bba0607b263d415ba2ea13a9a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Auldsbel the Magician.
// THIS IS A PLACEHOLDER!

008-1,119,114,0	script	Auldsbel#008-1	NPC_WIZARD,{
    speech
        l("Hello."),
        l("Oh, you look more interested in magic.. the brotherhood did forbid most of the interesting paths of magic, but boring baby spells are still allowed."),
        lg("If you come back later, I may teach you something. But psst, practising magic is quite dangerous these days.");

    close;

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