summaryrefslogtreecommitdiff
path: root/npc/001-2-1/savepoints.txt
blob: f9df8dd4ef8768cc5c4a318848f05b643d9b5edf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Evol scripts.
// Author:
//    Reid
// Description:
//    Free save point.

001-2-1,27,30,0	script	#savepoint0-001-2-1	NPC_SAVE_POINT,{
    savepointparticle .map$, .x, .y, CURRENT_INN;
    close;

OnInit:
    .distance = 2;
    .sex = G_OTHER;
    end;
}