summaryrefslogtreecommitdiff
path: root/npc/012-2-2/_savepoints.txt
blob: 1aedace4cdca88af544d711641b09681c73fcf83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// This file is generated automatically. All manually added changes will be removed when running the Converter.
// Map 012-2-2: Sleeping Room saves
012-2-2,25,27,0	script	#save_012-2-2_25_27	NPC_SAVE_POINT,0,0,{
    savepointparticle .map$, .x, .y, NO_INN;
    close;

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

OnTouch:
    bedTouch();
    end;
}
012-2-2,28,27,0	script	#save_012-2-2_28_27	NPC_SAVE_POINT,0,0,{
    savepointparticle .map$, .x, .y, NO_INN;
    close;

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

OnTouch:
    bedTouch();
    end;
}