summaryrefslogtreecommitdiff
path: root/npc/026-2/eurni.txt
blob: 330ba58ed29ac9594e5da3c951d642e18efe9cf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
026-2,20,124,0	script	Eurni	NPC136,{
    @halloween_npc_id = $@halloween_npc_eurni;
    callfunc "TrickOrTreat";

    mes "[Eurni the Surgeon]";
    mes "\"Are you tired of who you are?\"";
    next;
    mes "\"Would you be interested in changing your appearance?\"";
    next;
    callfunc "Barber";
    mes "[Eurni the Surgeon]";
    mes "\"Come back any time!\"";
    close;
}