From 4ea7106e4f8779cae8b5a0afb56f2b102f260d3a Mon Sep 17 00:00:00 2001 From: Hal9000 Date: Fri, 8 Mar 2013 22:10:19 +0100 Subject: NPC dialogue revamp. Initial Q'Onan script reviewed. --- npc/000-0-0/q'onan.txt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/npc/000-0-0/q'onan.txt b/npc/000-0-0/q'onan.txt index f0c8ae1f..5769c42b 100644 --- a/npc/000-0-0/q'onan.txt +++ b/npc/000-0-0/q'onan.txt @@ -5,19 +5,18 @@ // Sleeping and snoring NPC. 000-0-0.gat,29,28,0,1 script Q'Onan 302,{ - mesn; set @q, rand(2); if (@q == 0) goto l_Zzz; - goto l_Snoring; -l_Zzz: - setcamnpc; - mesq l("Zzzzzzzzzz"); + npctalk "Rrrr... Pchhhh..."; + close; -l_Snoring: - setcamnpc; - mesq l("Rrrr... Pchhhh..."); +l_Zzz: + + npctalk "Zzzzzzzzz"; + close; + } -- cgit v1.2.3-70-g09d2