summaryrefslogtreecommitdiff
path: root/npc/008-2-2/melania.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-2/melania.txt')
-rw-r--r--npc/008-2-2/melania.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/008-2-2/melania.txt b/npc/008-2-2/melania.txt
new file mode 100644
index 00000000..9b3980ed
--- /dev/null
+++ b/npc/008-2-2/melania.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 Melania 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_FEMALE;
+ .distance = 2;
+ end;
+}