diff options
Diffstat (limited to 'npc/000-2-1')
-rw-r--r-- | npc/000-2-1/_savepoints.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/000-2-1/_savepoints.txt b/npc/000-2-1/_savepoints.txt index 4d48830c8..14b79c7e4 100644 --- a/npc/000-2-1/_savepoints.txt +++ b/npc/000-2-1/_savepoints.txt @@ -18,6 +18,15 @@ OnInit: .sex = G_OTHER; end; } +000-2-1,50,38,0 script #save_000-2-1_50_38 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, NO_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} 000-2-1,55,40,0 script #save_000-2-1_55_40 NPC_SAVE_POINT,{ savepointparticle .map$, .x, .y, NO_INN; close; |