From e70eaf7e2630e33a36e38a657495b5eb46f0b072 Mon Sep 17 00:00:00 2001 From: Hal9000 Date: Wed, 6 Mar 2013 19:42:03 +0100 Subject: NPC dialogue revamp. Devis script reviewed. --- npc/000-2-1/devis.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/000-2-1/devis.txt') diff --git a/npc/000-2-1/devis.txt b/npc/000-2-1/devis.txt index f6d872a0..06ed168d 100644 --- a/npc/000-2-1/devis.txt +++ b/npc/000-2-1/devis.txt @@ -6,19 +6,19 @@ // Sleeping and grumbling NPC. 000-2-1.gat,32,38,0,1 script Devis 310;2,{ - mesn; + set @q, rand(2); if (@q == 0) goto l_Zzz; goto l_Grm; l_Zzz: - mes l("Zzzzzzzzzz"); + npctalk "Zzzzzzzzz"; close; l_Grm: - mes l("Ggrmm... Grmmmm..."); + npctalk "Ggrmm... Grmmmm..."; close; } -- cgit v1.2.3-60-g2f50