From 4425a7a6c31218a72714d7abf6b450fa2d1063d6 Mon Sep 17 00:00:00 2001 From: Reid Date: Sat, 8 Sep 2012 19:21:25 +0200 Subject: Correct q'onan script. --- npc/000-2-1/q'onan.txt | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'npc/000-2-1') diff --git a/npc/000-2-1/q'onan.txt b/npc/000-2-1/q'onan.txt index 87a61d07..f795b2cf 100644 --- a/npc/000-2-1/q'onan.txt +++ b/npc/000-2-1/q'onan.txt @@ -8,17 +8,15 @@ mesn; - set @q, rand(2); + set @q, rand(1); if (@q == 0) goto l_Zzz; - goto l_Snoring; -l_Zzz: - mesq l("Zzzzzzzzzz"); - close; - -l_Snoring: mesq l("Rrrr... Pchhhh..."); close; +l_Zzz: + mesq l("Zzzzzzzzzz"); + close; + } -- cgit v1.2.3-70-g09d2