summaryrefslogtreecommitdiff
path: root/npc/018-5-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-08 19:21:41 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-08 19:21:41 -0300
commitb7b4259f191e04f02378a0b4d98b1609e8e8500d (patch)
tree554208bb77d16e10ff43e1121e1d9e6d67293819 /npc/018-5-4
parent2f6d108a3ecb79027235c00f1b922d4f1faee081 (diff)
downloadserverdata-b7b4259f191e04f02378a0b4d98b1609e8e8500d.tar.gz
serverdata-b7b4259f191e04f02378a0b4d98b1609e8e8500d.tar.bz2
serverdata-b7b4259f191e04f02378a0b4d98b1609e8e8500d.tar.xz
serverdata-b7b4259f191e04f02378a0b4d98b1609e8e8500d.zip
Add next(); on dangerDuck script
Diffstat (limited to 'npc/018-5-4')
-rw-r--r--npc/018-5-4/elder.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/018-5-4/elder.txt b/npc/018-5-4/elder.txt
index 47ddd4ba2..d12ad0372 100644
--- a/npc/018-5-4/elder.txt
+++ b/npc/018-5-4/elder.txt
@@ -13,7 +13,7 @@
function elderClose;
mesn;
mesq l("Hello %s. What brings you here?", get_race());
- mes ""; // Not needed
+ next;
select
l("Oh, I'm just exploring. What can you tell me about this island?"),
l("I came to enjoy a beautiful day with some ducks!");
@@ -28,9 +28,10 @@
function elderAbout {
mesn;
mesq l("This is Duck Island, the last safe refuge for birds. Ducks tend to be very peaceful, but our young ruler, King DD, has been taken up with the art of war.");
+ next;
mesn;
mesq l("Unfortunately, he has been corrupted by the terrorist organization calling itself S.A.R.A.H. Hopefully, he will return to the ways of peace and bring prosperity to Duck Island once again.");
- mes "";
+ next;
select
l("What's S.A.R.A.H.?"),
l("Thanks, I think I'll continue exploring.");
@@ -43,6 +44,7 @@ function elderAbout {
function elderAboutSarah {
mesn;
mesq l("As I said, S.A.R.A.H. is a terrorist organization. They are dedicated to wiping out every single duck, worldwide. No duck has ever survived an encounter with a S.A.R.A.H. agent. You would do best to avoid them.");
+ next;
mesn;
mesq l("I suggest you leave now, %s. If you are even suspected of being a S.A.R.A.H. agent . . .", get_race());
close;
@@ -52,6 +54,7 @@ function elderAboutSarah {
function elderClose {
mesn;
mesq l("Enjoy your time here, %s. And keep your eye out for agents of S.A.R.A.H.", get_race());
+ next;
mesn;
mesq l("Perhaps you may be of assistance later . . .");
close;