From 9b6ad078ad1519d24d9f303ca9e5eb5a2e014d92 Mon Sep 17 00:00:00 2001 From: Alige Date: Thu, 11 Jul 2013 09:06:23 +0200 Subject: Small consistency fix on asleep npc scripts. --- npc/000-0-0/q'onan.txt | 2 -- npc/000-2-1/devis.txt | 2 -- npc/000-2-1/q'onan.txt | 2 -- npc/functions/asleep.txt | 1 + 4 files changed, 1 insertion(+), 6 deletions(-) (limited to 'npc') diff --git a/npc/000-0-0/q'onan.txt b/npc/000-0-0/q'onan.txt index 79b63e6c..01ed1cbc 100644 --- a/npc/000-0-0/q'onan.txt +++ b/npc/000-0-0/q'onan.txt @@ -8,6 +8,4 @@ 000-0-0.gat,29,28,0,1 script Q'Onan 302,{ callfunc "Asleep"; - close; - } diff --git a/npc/000-2-1/devis.txt b/npc/000-2-1/devis.txt index f4e47c69..c6066f8d 100644 --- a/npc/000-2-1/devis.txt +++ b/npc/000-2-1/devis.txt @@ -9,6 +9,4 @@ 000-2-1.gat,32,38,0,1 script Devis 310;2,{ callfunc "Asleep"; - close; - } diff --git a/npc/000-2-1/q'onan.txt b/npc/000-2-1/q'onan.txt index 5df6bffa..7f7f183d 100644 --- a/npc/000-2-1/q'onan.txt +++ b/npc/000-2-1/q'onan.txt @@ -8,6 +8,4 @@ 000-2-1.gat,53,38,0,1 script Q'Onan 302;2,{ callfunc "Asleep"; - close; - } diff --git a/npc/functions/asleep.txt b/npc/functions/asleep.txt index 966e3c45..0adf959a 100644 --- a/npc/functions/asleep.txt +++ b/npc/functions/asleep.txt @@ -14,4 +14,5 @@ function script Asleep { if (@rand == 1) npctalk3 l("Rrrr... Pchhhh..."); if (@rand == 2) npctalk3 l("Ggrmm... Grmmmm..."); + close; } -- cgit v1.2.3-70-g09d2