summaryrefslogtreecommitdiff
path: root/npc/014-1/wedding-officiator.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/014-1/wedding-officiator.txt')
-rw-r--r--npc/014-1/wedding-officiator.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/npc/014-1/wedding-officiator.txt b/npc/014-1/wedding-officiator.txt
new file mode 100644
index 00000000..2c0ac5e2
--- /dev/null
+++ b/npc/014-1/wedding-officiator.txt
@@ -0,0 +1,26 @@
+
+014-1,31,31,0 script Wedding Officiator NPC164,{
+ mes "[Wedding Officiator]";
+ mes "A young lady in a long, green dress is overseeing the park. As she notices you looking at her, she gives you a broad and happy smile.";
+ mes "\"Hi there! I'm Wendy, here for all your marriage needs!\"";
+ next;
+ goto L_Main;
+
+L_Main:
+ menu
+ "What exactly do you do?", L_explain_self,
+ "Goodbye.", L_End;
+
+L_explain_self:
+ mes "[Wedding Officiator]";
+ mes "\"I'm responsible for marriage and divorce proceedings. Every married couple must be registered, so I keep a looong list of couples and send that to the magistrates every now and then.\"";
+ next;
+ mes "[Wedding Officiator]";
+ mes "\"So if you have a sweetheart and the two of you are getting along particularly well, and you think that you are ready to make that big final step – well, then come here and talk to me!\"";
+ next;
+ goto L_Main;
+
+L_End:
+ close;
+
+}