summaryrefslogtreecommitdiff
path: root/npc/001-1/qonan.txt
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2016-08-18 18:45:01 -0400
committergumi <mekolat@users.noreply.github.com>2016-09-02 20:16:53 -0400
commit5d7c9eb8b6f3175d7eb5afe28eb85519d1d2cd2d (patch)
treef917e542caacec1361a237b2ee25ef184dcbcc9b /npc/001-1/qonan.txt
parent3aaf8002319cdebd93f2292e6d18cb727c532550 (diff)
downloadserverdata-5d7c9eb8b6f3175d7eb5afe28eb85519d1d2cd2d.tar.gz
serverdata-5d7c9eb8b6f3175d7eb5afe28eb85519d1d2cd2d.tar.bz2
serverdata-5d7c9eb8b6f3175d7eb5afe28eb85519d1d2cd2d.tar.xz
serverdata-5d7c9eb8b6f3175d7eb5afe28eb85519d1d2cd2d.zip
last minute changes
Diffstat (limited to 'npc/001-1/qonan.txt')
-rw-r--r--npc/001-1/qonan.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/001-1/qonan.txt b/npc/001-1/qonan.txt
index 062dcf13..b237de07 100644
--- a/npc/001-1/qonan.txt
+++ b/npc/001-1/qonan.txt
@@ -44,13 +44,13 @@
l("I'm afraid to go there myself, but if you take the risk, you can have half of the loot."),
l("So, what do you say?");
- menuint
- l("I like money! Consider it done."), 0,
- l("Too risky, I might end up in jail. Do it yourself."), 1;
+ select
+ l("I like money! Consider it done."),
+ l("Too risky, I might end up in jail. Do it yourself.");
- switch(@menuret)
+ switch(@menu)
{
- case 0:
+ case 1:
setq ArtisQuests_QOnan, 1;
getrandompoint(178,26,182,29);
npcdebug "Chest buriad at (" + .move__rand_x + "," + .move__rand_y + ")";
@@ -61,7 +61,7 @@
l("I hope to see you soon.");
getitem IronShovel, 1;
close;
- case 1:
+ case 2:
speech 3,
l("Come on, don't be a coward!"),
l("Anyway, let me know if you change your mind.");