From 06ead8264687dc51f02cdfd107b68319eda73d49 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Jan 2016 03:42:21 +0300 Subject: Comment unknown commands in function villagertalk. --- npc/functions/villagertalk.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/npc/functions/villagertalk.txt b/npc/functions/villagertalk.txt index 1df55c97..da90ec90 100644 --- a/npc/functions/villagertalk.txt +++ b/npc/functions/villagertalk.txt @@ -18,14 +18,14 @@ function script villagertalk { { if (rand(2) == 1) { - wait 1; - emote 6; // "Angel". +// wait 1; +// emote 6; // "Angel". goodbye; } else { - wait 1; - emote 13; // "Blah". +// wait 1; +// emote 13; // "Blah". goodbye; } if (.@darn == 23) npctalk3 l("Stop it!"); @@ -48,8 +48,8 @@ function script villagertalk { if (.@rand == 4) { npctalk3 l("It's difficult to distinguish good villagers from bad ones; keep your guard up, and stay away from me."); - wait 1; - emote 6; +// wait 1; +// emote 6; } if ((.@rand == 4) && (.@darn == 2)) @@ -58,8 +58,8 @@ function script villagertalk { } else if (((.@rand + .@darn) - 2) == 9) { - zeny rand(10); - emote rand(13); +// zeny rand(10); +// emote rand(13); goodbye; } -- cgit v1.2.3-70-g09d2