summaryrefslogtreecommitdiff
path: root/npc/018-5/storage.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/018-5/storage.txt')
-rw-r--r--npc/018-5/storage.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/018-5/storage.txt b/npc/018-5/storage.txt
new file mode 100644
index 000000000..c6d1a62e6
--- /dev/null
+++ b/npc/018-5/storage.txt
@@ -0,0 +1,13 @@
+// TMW-2 Script.
+// Author:
+// Jesusalva
+
+018-5,108,44,0 script Storage Fairy NPC_FAIRY_C,{
+ Banker(.name$, "Lilit", 50000);
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 5;
+ end;
+}