From b1170a0c82a0fb920728a893620ddc8dac866d3c Mon Sep 17 00:00:00 2001 From: jesusalva Date: Thu, 1 Mar 2018 17:58:31 -0300 Subject: Incorporate Valon to Elmo & Nard --- npc/functions/sailortalk.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'npc/functions') diff --git a/npc/functions/sailortalk.txt b/npc/functions/sailortalk.txt index 2e6996d03..8a131cf19 100644 --- a/npc/functions/sailortalk.txt +++ b/npc/functions/sailortalk.txt @@ -10,12 +10,7 @@ function script sailortalk { .@rand = rand(8); if (.@rand == 0) goodbye; - if (.@rand == 1) - { - speech( - l("Ah, I am so bored..."); - close; - } + if (.@rand == 1) npctalkonce(l("Ah, this is boring.")); if (.@rand == 2) npctalkonce(l("Good to hear from you!")); if (.@rand == 3) npctalkonce(l("So finally someone has came to visit me?")); if (.@rand == 4) -- cgit v1.2.3-70-g09d2