summaryrefslogtreecommitdiff
path: root/npc/001-1/eugene.txt
diff options
context:
space:
mode:
authorJoseph Botosh <rumly111@gmail.com>2015-09-24 14:00:05 +0300
committerJoseph Botosh <rumly111@gmail.com>2015-09-24 14:00:05 +0300
commit8d1c9cb7981347a6ff32f6e8af55da9afbc059b2 (patch)
tree0eeadf088c56346e80b812898b366d2f761ea3f2 /npc/001-1/eugene.txt
parent03f18337b0733fb964e1d239f0f6a29efd11675b (diff)
downloadserverdata-8d1c9cb7981347a6ff32f6e8af55da9afbc059b2.tar.gz
serverdata-8d1c9cb7981347a6ff32f6e8af55da9afbc059b2.tar.bz2
serverdata-8d1c9cb7981347a6ff32f6e8af55da9afbc059b2.tar.xz
serverdata-8d1c9cb7981347a6ff32f6e8af55da9afbc059b2.zip
change some scripts according to new narrator function
Diffstat (limited to 'npc/001-1/eugene.txt')
-rw-r--r--npc/001-1/eugene.txt12
1 files changed, 5 insertions, 7 deletions
diff --git a/npc/001-1/eugene.txt b/npc/001-1/eugene.txt
index ad64bf0c..677683d1 100644
--- a/npc/001-1/eugene.txt
+++ b/npc/001-1/eugene.txt
@@ -16,7 +16,7 @@
.BaitID = SmallTentacles;
.BaitCount = 10;
- narrator
+ narrator 0,
l("You see a raijin boy, sitting on the edge of the dock."),
l("He's holding a fishing rod, and his eyes are pointed towards the surface of the sea.");
@@ -24,7 +24,7 @@
if (.@q == 2) goto L_QuestDone;
if (.@q == 1) goto L_CheckItems;
- speech
+ speech 0,
l("Ahoi."),
l("Hey, check out my brand new fishing rod. I bought it only today."),
l("I was so excited, I wanted to try it as soon as possible."),
@@ -36,12 +36,10 @@
{
case 1:
setq ArtisQuests_Fishman, 1;
- mes "";
speech
l("Thank you. I'll wait here.");
close;
case 2:
- mes "";
speech
l("But I'm almost out of @@...", getitemlink(.BaitID));
close;
@@ -50,13 +48,13 @@
L_CheckItems:
if (countitem(.BaitID) < .BaitCount)
{
- speech
+ speech 0,
l("Sorry, but you don't have what I need for bait."),
l("I need @@ @@.", .BaitCount, getitemlink(.BaitID));
close;
}
- speech
+ speech 0,
l("That's exactly what I needed."),
l("As a thank you, accept my old fishing rod."),
l("It's not as good as my new one, but still useful."),
@@ -72,7 +70,7 @@ L_CheckItems:
L_QuestDone:
// Idea for future: Eugene telling fishman jokes.
- speech
+ speech 0,
l("Ahoy, @@!", strcharinfo(0)),
l("Is the fish biting today?");
close;