diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-2-22/savepoint.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-2-22/savepoint.txt b/npc/001-2-22/savepoint.txt index e2bd16b3..a071ce10 100644 --- a/npc/001-2-22/savepoint.txt +++ b/npc/001-2-22/savepoint.txt @@ -5,7 +5,7 @@ // Saves locations in 001-2-22 map. 001-2-22,40,37,0 script #001-2-22-1 NPC_SAVE_POINT,{ - savepoint "001-2-22.gat", 40, 37; + savepointparticle "001-2-22.gat", 40, 37; close; OnInit: @@ -14,7 +14,7 @@ OnInit: } 001-2-22,46,37,0 script #001-2-22-2 NPC_SAVE_POINT,{ - savepoint "001-2-22.gat", 46, 37; + savepointparticle "001-2-22.gat", 46, 37; close; OnInit: @@ -23,7 +23,7 @@ OnInit: } 001-2-22,50,38,0 script #001-2-22-3 NPC_SAVE_POINT,{ - savepoint "001-2-22.gat", 50, 38; + savepointparticle "001-2-22.gat", 50, 38; close; OnInit: @@ -32,7 +32,7 @@ OnInit: } 001-2-22,55,40,0 script #001-2-22-4 NPC_SAVE_POINT,{ - savepoint "001-2-22.gat", 55, 40; + savepointparticle "001-2-22.gat", 55, 40; close; OnInit: |