diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-01 17:58:31 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-01 17:58:31 -0300 |
commit | b1170a0c82a0fb920728a893620ddc8dac866d3c (patch) | |
tree | 7ab9f2d79b6f05404e85cbf1e5e4a84b6e8ccbcc /npc/functions/sailortalk.txt | |
parent | 72d5e66b82737020de45101c3918843915ace252 (diff) | |
download | serverdata-b1170a0c82a0fb920728a893620ddc8dac866d3c.tar.gz serverdata-b1170a0c82a0fb920728a893620ddc8dac866d3c.tar.bz2 serverdata-b1170a0c82a0fb920728a893620ddc8dac866d3c.tar.xz serverdata-b1170a0c82a0fb920728a893620ddc8dac866d3c.zip |
Incorporate Valon to Elmo & Nard
Diffstat (limited to 'npc/functions/sailortalk.txt')
-rw-r--r-- | npc/functions/sailortalk.txt | 7 |
1 files changed, 1 insertions, 6 deletions
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) |