diff options
Diffstat (limited to 'npc/000-2-1/_savepoints.txt')
-rw-r--r-- | npc/000-2-1/_savepoints.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/npc/000-2-1/_savepoints.txt b/npc/000-2-1/_savepoints.txt index 14b79c7e4..4d48830c8 100644 --- a/npc/000-2-1/_savepoints.txt +++ b/npc/000-2-1/_savepoints.txt @@ -18,15 +18,6 @@ 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; |