summaryrefslogtreecommitdiff
path: root/npc/008-2-2/receptionist.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-2/receptionist.txt')
-rw-r--r--npc/008-2-2/receptionist.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/008-2-2/receptionist.txt b/npc/008-2-2/receptionist.txt
new file mode 100644
index 00000000..3d9a8e0f
--- /dev/null
+++ b/npc/008-2-2/receptionist.txt
@@ -0,0 +1,21 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Receptionist of Rusty Pick.
+// THIS IS A PLACEHOLDER!
+
+008-2-2,28,27,0 script Receptionist#008-2-2 NPC_AIRLIA,{
+ speech
+ l("Hello Sir."),
+ l("Welcome to the Rusty Pick. Sorry, we have no room left today.");
+ l("One advice: Don't take the things the Drinkers say too serious. They are sitting here and drinking all day.");
+ lg("I wish you a beautiful day".)
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}