summaryrefslogtreecommitdiff
path: root/npc/025-1/drahcir.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/025-1/drahcir.txt')
-rw-r--r--npc/025-1/drahcir.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/025-1/drahcir.txt b/npc/025-1/drahcir.txt
new file mode 100644
index 000000000..72a3b7c76
--- /dev/null
+++ b/npc/025-1/drahcir.txt
@@ -0,0 +1,16 @@
+// TMW2 scripts.
+// Author:
+// Jesusalva
+// Description:
+// Drahcir is Richard spelled backwards
+
+025-1,167,61,0 script Drahcir NPC_LLOYD,{
+ Banker(.name$, "Fortress Town", 2000);
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 5;
+ end;
+}
+