From 359aa55cf8dc0e1484e0153b46e0f6beccf5d15c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 30 May 2018 19:53:21 -0300 Subject: Delete various unused functions, and unify random talk in a single script file. --- npc/functions/sailortalk.txt | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 npc/functions/sailortalk.txt (limited to 'npc/functions/sailortalk.txt') diff --git a/npc/functions/sailortalk.txt b/npc/functions/sailortalk.txt deleted file mode 100644 index 87baf0386..000000000 --- a/npc/functions/sailortalk.txt +++ /dev/null @@ -1,33 +0,0 @@ -// Evol functions. -// Author: -// Reid -// Description: -// Tell a random sentence. -// Variables: -// .@rand = Random number between the number of sentence choice. - -function script sailortalk { - - .@rand = rand(8); - if (.@rand == 0) goodbye; - 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) - { - speech( - l("A sunny and hot day,"), - l("a quiet place,"), - l("a ground!"), - l("What else do you need?")); - close; - } - if (.@rand == 5) npctalkonce(l("A-hoy matey!")); - if (.@rand == 6) npctalkonce(l("Arr!")); - if (.@rand == 7) npctalkonce(l("Howdy?")); - - // just to be sure - closedialog; - close; - end; -} -- cgit v1.2.3-70-g09d2