summaryrefslogtreecommitdiff
path: root/npc/003-0-2/misc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-0-2/misc.txt')
-rw-r--r--npc/003-0-2/misc.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/003-0-2/misc.txt b/npc/003-0-2/misc.txt
new file mode 100644
index 000000000..e4c2f358b
--- /dev/null
+++ b/npc/003-0-2/misc.txt
@@ -0,0 +1,16 @@
+// TMW2 Script
+// Author:
+// Jesusalva
+// Description:
+// Miscellaneous utilities for the magic council
+
+003-0-2,28,42,0 script Lloyd NPC_LLOYD,{
+ Banker(.name$, "Magic Guild", 1000000);
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 4;
+ end;
+}
+