summaryrefslogtreecommitdiff
path: root/npc/024-3/arauto.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/024-3/arauto.txt')
-rw-r--r--npc/024-3/arauto.txt16
1 files changed, 16 insertions, 0 deletions
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;
+}
+