diff options
Diffstat (limited to 'npc/024-3')
-rw-r--r-- | npc/024-3/_import.txt | 4 | ||||
-rw-r--r-- | npc/024-3/_warps.txt | 3 | ||||
-rw-r--r-- | npc/024-3/arauto.txt | 16 |
3 files changed, 23 insertions, 0 deletions
diff --git a/npc/024-3/_import.txt b/npc/024-3/_import.txt new file mode 100644 index 0000000..5b3917d --- /dev/null +++ b/npc/024-3/_import.txt @@ -0,0 +1,4 @@ +// Map 024-3: Frostia Indoors +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/024-3/_warps.txt", +"npc/024-3/arauto.txt", diff --git a/npc/024-3/_warps.txt b/npc/024-3/_warps.txt new file mode 100644 index 0000000..d0ee584 --- /dev/null +++ b/npc/024-3/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 024-3: Frostia Indoors warps +024-3,35,35,0 warp #024-3_35_35 0,0,024-1,126,29 diff --git a/npc/024-3/arauto.txt b/npc/024-3/arauto.txt new file mode 100644 index 0000000..5c6eb63 --- /dev/null +++ b/npc/024-3/arauto.txt @@ -0,0 +1,16 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// Description: +// Banker. + +024-3,33,28,0 script Arauto NPC_LLOYD,{ + Banker(.name$, "Frostia", 9800); + close; + +OnInit: + .sex = G_MALE; + .distance = 5; + end; +} + |