summaryrefslogtreecommitdiff
path: root/npc/008-1/auldsbel.txt
blob: e1b452be60b7e117e62ac6c57ef2fe465105b4ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Auldsbel the Magician.
// THIS IS A PLACEHOLDER!

008-1,119,114,0	script	Auldsbel#008-1	NPC_WIZARD,{
    // Placeholder please remove
    if (!MASTERBOOK_PAGES)
    {
        inventoryplace MasterBook, 1;
        getitem MasterBook, 1;
        MASTERBOOK_PAGES=1;
        mesc l("Auldsbel discretly stuffs a book on your backpack.");
        next;
        speech
            l("Don't tell anyone about this. Once you kill you a boss, you can try to learn the boss skill by using the book."),
            l("Beware you have a limited number of pages. Do not let the Legion or the Brotherhood find out you have one."),
            l("And by the way. I know nothing about this book. And I don't know how to get more pages either.");
        close;
    }
    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:
    .bodytype = BODYTYPE_3;
    .distance = 2;
    end;
}