summaryrefslogtreecommitdiff
path: root/npc/024-3
diff options
context:
space:
mode:
Diffstat (limited to 'npc/024-3')
-rw-r--r--npc/024-3/_import.txt1
-rw-r--r--npc/024-3/arauto.txt16
2 files changed, 17 insertions, 0 deletions
diff --git a/npc/024-3/_import.txt b/npc/024-3/_import.txt
index 2e52a6254..5b3917d56 100644
--- a/npc/024-3/_import.txt
+++ b/npc/024-3/_import.txt
@@ -1,3 +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/arauto.txt b/npc/024-3/arauto.txt
new file mode 100644
index 000000000..5c6eb6377
--- /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;
+}
+