diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-28 21:56:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-28 21:56:56 -0300 |
commit | 6983ef990dad2faad1b0c65dc2ce4e3ca0eaee6f (patch) | |
tree | 6c943ec50a738def69f62b8ee5c97ee26ec60d1e /npc | |
parent | ce20c7c97760915ae5ac838dc5b732ef6da50195 (diff) | |
download | serverdata-6983ef990dad2faad1b0c65dc2ce4e3ca0eaee6f.tar.gz serverdata-6983ef990dad2faad1b0c65dc2ce4e3ca0eaee6f.tar.bz2 serverdata-6983ef990dad2faad1b0c65dc2ce4e3ca0eaee6f.tar.xz serverdata-6983ef990dad2faad1b0c65dc2ce4e3ca0eaee6f.zip |
Remove savepointparticle entirely
Diffstat (limited to 'npc')
-rw-r--r-- | npc/002-1/_config.txt | 11 | ||||
-rw-r--r-- | npc/002-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/functions/savepoint.txt | 5 |
3 files changed, 0 insertions, 17 deletions
diff --git a/npc/002-1/_config.txt b/npc/002-1/_config.txt deleted file mode 100644 index f43820b70..000000000 --- a/npc/002-1/_config.txt +++ /dev/null @@ -1,11 +0,0 @@ -// This file is generated automatically. All manually added changes will be removed when running the Converter. -// Map 002-1: Second Deck conf -002-1,55,40,0 script #save_002-1_55_40 NPC_SAVE_POINT,{ - savepointparticle .map$, .x, .y, NO_INN; - close; - -OnInit: - .distance = 2; - .sex = G_OTHER; - end; -} diff --git a/npc/002-1/_import.txt b/npc/002-1/_import.txt index 0e3644fe9..d9d804f35 100644 --- a/npc/002-1/_import.txt +++ b/npc/002-1/_import.txt @@ -1,6 +1,5 @@ // Map 002-1: Second Deck // This file is generated automatically. All manually added changes will be removed when running the Converter. -"npc/002-1/_config.txt", "npc/002-1/_mobs.txt", "npc/002-1/alige.txt", "npc/002-1/arpan.txt", diff --git a/npc/functions/savepoint.txt b/npc/functions/savepoint.txt index df2bed34c..767476030 100644 --- a/npc/functions/savepoint.txt +++ b/npc/functions/savepoint.txt @@ -2,11 +2,6 @@ // Author: Jesusalva // Description: Save utils -function script savepointparticle { - debugmes "[ERROR] Usage of savepointparticle() is deprecated."; - return; -} - // TODO: Implement elsewhere // Warps home and updates LOCATION$ function script teleporthome { |