summaryrefslogtreecommitdiff
path: root/npc/008-2-6/apprentice.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-6/apprentice.txt')
-rw-r--r--npc/008-2-6/apprentice.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/008-2-6/apprentice.txt b/npc/008-2-6/apprentice.txt
new file mode 100644
index 00000000..04d05562
--- /dev/null
+++ b/npc/008-2-6/apprentice.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Alan's Apprentice.
+// THIS IS A PLACEHOLDER!
+
+008-2-6,29,27,0 script Apprentice#008-2-6 NPC_YOUNG_MAN_APPRENTICE,{
+ speech
+ l("Hi Sir."),
+ l("Sorry, we are sold out for today."),
+ lg("Come back later.");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}