diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-04-01 22:41:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-04-01 22:43:21 -0300 |
commit | 9d40453aa4ec81aed8083c3aeff2863fa6bb39bb (patch) | |
tree | 6493ea2bc90d6566cef122ae59c8eb7805bb28d2 /Npc/008-2-13/_savepoints.txt | |
parent | f4112e4220c1cb5478431893a3451d6016581492 (diff) | |
download | art-9d40453aa4ec81aed8083c3aeff2863fa6bb39bb.tar.gz art-9d40453aa4ec81aed8083c3aeff2863fa6bb39bb.tar.bz2 art-9d40453aa4ec81aed8083c3aeff2863fa6bb39bb.tar.xz art-9d40453aa4ec81aed8083c3aeff2863fa6bb39bb.zip |
Receive Hurnscald from server data
Diffstat (limited to 'Npc/008-2-13/_savepoints.txt')
-rw-r--r-- | Npc/008-2-13/_savepoints.txt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Npc/008-2-13/_savepoints.txt b/Npc/008-2-13/_savepoints.txt new file mode 100644 index 00000000..5c8fc22d --- /dev/null +++ b/Npc/008-2-13/_savepoints.txt @@ -0,0 +1,38 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 008-2-13: Hurnscald Clinic saves +008-2-13,29,27,0 script #save_008-2-13_29_27 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, CURRENT_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} +008-2-13,32,27,0 script #save_008-2-13_32_27 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, CURRENT_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} +008-2-13,29,31,0 script #save_008-2-13_29_31 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, CURRENT_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} +008-2-13,32,31,0 script #save_008-2-13_32_31 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, CURRENT_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} |