summaryrefslogtreecommitdiff
path: root/npc/functions/goodbye.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/goodbye.txt')
-rw-r--r--npc/functions/goodbye.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/goodbye.txt b/npc/functions/goodbye.txt
index ea060099..c23aeeac 100644
--- a/npc/functions/goodbye.txt
+++ b/npc/functions/goodbye.txt
@@ -9,7 +9,7 @@
function script goodbye {
closedialog;
- set .@rand, rand(13);
+ .@rand = rand(13);
if (.@rand == 0) npctalk3 l("See you!");
if (.@rand == 1) npctalk3 l("See you later!");
if (.@rand == 2) npctalk3 l("See you soon!");