summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal9000 <miglietta.francesco@gmail.com>2013-03-07 23:04:44 +0100
committerHal9000 <miglietta.francesco@gmail.com>2013-03-07 23:04:44 +0100
commit306977a5a73fc9f4de0de6a3861bbb6cdac636a2 (patch)
tree3f4b11758fa565a4a3888e3d0a6125d6b2a4d355
parentfe396dba4734eec7756933d289ee15d836cf6fce (diff)
downloadclientdata-306977a5a73fc9f4de0de6a3861bbb6cdac636a2.tar.gz
clientdata-306977a5a73fc9f4de0de6a3861bbb6cdac636a2.tar.bz2
clientdata-306977a5a73fc9f4de0de6a3861bbb6cdac636a2.tar.xz
clientdata-306977a5a73fc9f4de0de6a3861bbb6cdac636a2.zip
NPC dialogue revamp. BillyBons script reviewed.
-rw-r--r--npc/000-2-0/billybons.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/000-2-0/billybons.txt b/npc/000-2-0/billybons.txt
index e8703920..b7b4f0f8 100644
--- a/npc/000-2-0/billybons.txt
+++ b/npc/000-2-0/billybons.txt
@@ -5,9 +5,10 @@
// Drunk easteregg telling about the player's past.
000-2-0.gat,20,23,0,1 script Billy Bons 311;3,{
- mesn;
+
if (rand(5) == 2) goto l_Hic;
+ mesn;
mesq l("You? Here?");
mesq l("How is *hic* it possible?");
next;
@@ -71,7 +72,8 @@ l_Secret:
close;
l_Hic:
- mesq l("*hic*");
+ npctalk "*hic*";
+
close;
l_Quit: