summaryrefslogtreecommitdiff
path: root/npc/001-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-08-06 21:18:59 -0400
committergumi <git@gumi.ca>2020-08-06 21:19:09 -0400
commit0a7b5d07c98fbbeb1a33b639001f578df704c130 (patch)
treecdaf06ac2d267c0cca9a241d5c2af2ec37fc5c80 /npc/001-1
parentca9c8241ecf878e836817d353c66ee776a95c161 (diff)
downloadserverdata-0a7b5d07c98fbbeb1a33b639001f578df704c130.tar.gz
serverdata-0a7b5d07c98fbbeb1a33b639001f578df704c130.tar.bz2
serverdata-0a7b5d07c98fbbeb1a33b639001f578df704c130.tar.xz
serverdata-0a7b5d07c98fbbeb1a33b639001f578df704c130.zip
partly rewrite the intro to add a referral system
Co-authored-by: gumi <git@gumi.ca>
Diffstat (limited to 'npc/001-1')
-rw-r--r--npc/001-1/koga.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/001-1/koga.txt b/npc/001-1/koga.txt
index 2478d78e..e0c7eece 100644
--- a/npc/001-1/koga.txt
+++ b/npc/001-1/koga.txt
@@ -6,6 +6,7 @@
// THIS IS A PLACEHOLDER!
001-1,225,59,0 script Koga#001-1 NPC_KOGA,{
+ .@q=getq(General_Narrator);
speech
l("Ah, whom did you bring here?"),
l("Isnt that the one Nard found on a float in the sea, with the sign of the Legion on his chest?");
@@ -18,6 +19,10 @@
next;
closeclientdialog;
setmount 0;
+ if (.@q == 1) {
+ warp "000-0-1", 26, 28;
+ close;
+ }
warp "008-1-1", 33, 63;
dispbottom l("After a tiring, yet fast, travel by Koga, you arrive at @@.", l("Woodlands"));
}