From 306977a5a73fc9f4de0de6a3861bbb6cdac636a2 Mon Sep 17 00:00:00 2001 From: Hal9000 Date: Thu, 7 Mar 2013 23:04:44 +0100 Subject: NPC dialogue revamp. BillyBons script reviewed. --- npc/000-2-0/billybons.txt | 6 ++++-- 1 file 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: -- cgit v1.2.3-70-g09d2