summaryrefslogtreecommitdiff
path: root/npc/009-2-7/leofwin.txt
blob: c634b9fb21c437be18761d999dac8ef46cc91f3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Leofwin is now the status reset NPC
// THIS IS A PLACEHOLDER!

009-2-7,36,30,0	script	Leofwin	NPC_LEOFWIN,{
    speech
        l("Do you want a Status Reset?");

    ConfirmStatusReset();
    close;

OnInit:
    .distance = 4;
    end;
}