summaryrefslogtreecommitdiff
path: root/npc/020-2-20/riskim.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-2-20/riskim.txt')
-rw-r--r--npc/020-2-20/riskim.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/020-2-20/riskim.txt b/npc/020-2-20/riskim.txt
new file mode 100644
index 00000000..9267305f
--- /dev/null
+++ b/npc/020-2-20/riskim.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Riskim, the baker in Tulimshar.
+// THIS IS A PLACEHOLDER!
+
+020-2-20,49,30,0 script Riskim NPC_CHEF_LEGACY,{
+ speech
+ l("Hi there."),
+ l("Need a Donut?"),
+ l("Well, tell me the recipe and I will bake for you whatever you need, for a small fee."),
+ l("But: No recipe, no deserts.");
+ close;
+
+OnInit:
+ .bodytype = BODYTYPE_2;
+ .distance = 2;
+ end;
+}