summaryrefslogtreecommitdiff
path: root/npc/001-1/sophialla.txt
blob: ad4d508af6c1edb5516c3c7bda2b7341ee4e57b5 (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:
//    Sophialla, the connection between Artis and the Brotherhood in Hurns.
// THIS IS A PLACEHOLDER!

001-1,73,40,0	script	Sophialla#001-1	NPC_SOPHIALLA,{
    speech
        l("Hello."),
        l("Can't you see I am reading? If you need something, tell me the secret password.");
        lg("If you don't know it, just go, please.");

    close;

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