summaryrefslogtreecommitdiff
path: root/npc/020-2-26/receptionist.txt
blob: 4e2c396321b726f48999e08160ac7eb4e31b24d0 (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.
// Author:
//    Micksha
// Description:
//    Receptionist in Magic Academy.
// THIS IS A PLACEHOLDER!

020-2-26,59,32,0	script	Receptionist	NPC_REBECCA,{
    speech
        l("Hi!"),
        l("This is the magic academy. If all those mages were not so absentminded, they could make some furniture."),
        l("But oh well, people have different priorities it seems. Ask Micksha.");
    // if (something) ask about enrolling - Hocus Quest
    close;

OnInit:
    .bodytype = BODYTYPE_2;
    .distance = 4;
    end;
}