summaryrefslogtreecommitdiff
path: root/npc/functions/hello.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/hello.txt')
-rw-r--r--npc/functions/hello.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/functions/hello.txt b/npc/functions/hello.txt
index 6f795c82..9399b3b5 100644
--- a/npc/functions/hello.txt
+++ b/npc/functions/hello.txt
@@ -9,13 +9,13 @@ function script hello {
switch (rand(3))
{
case 0:
- npctalk3 l("Heya!");
+ npctalkonce(l("Heya!"));
break;
case 1:
- npctalk3 l("Hi.");
+ npctalkonce(l("Hi."));
break;
case 2:
- npctalk3 l("Nice day to you.");
+ npctalkonce(l("Nice day to you."));
break;
}