From 6385d3decc00c3378bc1af655e14a8528b9e94c3 Mon Sep 17 00:00:00 2001 From: Alige Date: Wed, 10 Jul 2013 21:47:19 +0200 Subject: Fixed asleep.txt script. --- npc/functions/asleep.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'npc') diff --git a/npc/functions/asleep.txt b/npc/functions/asleep.txt index b1d81b5b..966e3c45 100644 --- a/npc/functions/asleep.txt +++ b/npc/functions/asleep.txt @@ -8,12 +8,10 @@ // @rand = Random number between the number of "sleeping" choice. function script Asleep { - closedialog; set @rand, rand(2); if (@rand == 0) npctalk3 l("Zzzzzzzzz..."); if (@rand == 1) npctalk3 l("Rrrr... Pchhhh..."); if (@rand == 2) npctalk3 l("Ggrmm... Grmmmm..."); - close; } -- cgit v1.2.3-70-g09d2