blob: d20b64e8a09f61f095096df614bb13c8c97369af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
//
026-2,20,124,0|script|Eurni|136
{
set @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;
}
|