summaryrefslogtreecommitdiff
path: root/npc/020-2-20/drabur.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-2-20/drabur.txt')
-rw-r--r--npc/020-2-20/drabur.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/020-2-20/drabur.txt b/npc/020-2-20/drabur.txt
new file mode 100644
index 00000000..59749ce3
--- /dev/null
+++ b/npc/020-2-20/drabur.txt
@@ -0,0 +1,18 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Drabur, the baker's salesman.
+// THIS IS A PLACEHOLDER!
+
+020-2-20,49,30,0 script Drabur NPC_GENERAL_STORE,{
+ speech
+ l("Hi there."),
+ l("Goodbye.");
+ close;
+
+OnInit:
+ .bodytype = BODYTYPE_2;
+ .distance = 2;
+ end;
+}