summaryrefslogtreecommitdiff
path: root/npc/functions/asleep.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-02 20:45:07 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-02 20:45:07 +0300
commitbd4d928258e8e5c9659aa5b399eeaa5bf84d8a15 (patch)
treeaecedfa74604008fdaa568630a1f2099c1dd64ad /npc/functions/asleep.txt
parentda54f2f9c80ed067b8e8447c2a03029b55cf681f (diff)
downloadserverdata-bd4d928258e8e5c9659aa5b399eeaa5bf84d8a15.tar.gz
serverdata-bd4d928258e8e5c9659aa5b399eeaa5bf84d8a15.tar.bz2
serverdata-bd4d928258e8e5c9659aa5b399eeaa5bf84d8a15.tar.xz
serverdata-bd4d928258e8e5c9659aa5b399eeaa5bf84d8a15.zip
Fix case in all function names.
Diffstat (limited to 'npc/functions/asleep.txt')
-rw-r--r--npc/functions/asleep.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/asleep.txt b/npc/functions/asleep.txt
index 42a99796..ca28669d 100644
--- a/npc/functions/asleep.txt
+++ b/npc/functions/asleep.txt
@@ -7,7 +7,7 @@
// Variables:
// .@rand = Random number between the number of "sleeping" choice.
-function script Asleep {
+function script asleep {
set .@rand, rand(3);
if (.@rand == 0) npctalk3 l("Zzzzzzzzz...");