summaryrefslogtreecommitdiff
path: root/npc/009-2-6/eurni.txt
blob: 44bbf953a30433d689377771e753f91fc092f83f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// The Mana World scripts.
// Author:
//    Jesusalva
// Description:
//    Eurni the Surgeon

009-2-6,32,30,0	script	Eurni	NPC_EURNI,{
    mesn;
    mesq l("Are you tired of who you are?");
    next;
    mesn;
    mesq l("Would you be interested in changing your... appearance?");
    next;
    Barber(false);

    close;

OnInit:
    .distance = 4;
    end;
}