summaryrefslogtreecommitdiff
path: root/npc/009-2-7/leofwin.txt
blob: 47cde6b42b48d18aff6ee910d0c4e2e1283cfa9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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,{
    ConfirmStatusReset();
    close;

OnInit:
    .distance = 4;
    end;
}