diff options
Diffstat (limited to 'npc/002-1/_config.txt')
-rw-r--r-- | npc/002-1/_config.txt | 11 |
1 files changed, 0 insertions, 11 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; -} |