summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2014-11-05 18:14:28 +0100
committerReid <reidyaro@gmail.com>2014-11-05 18:14:28 +0100
commit5106ffe22046652bfd20749189efc922eaf3dd2f (patch)
tree4fe24270cd24147936cdcc35737fc7d9be1dae79 /npc/functions/main.txt
parent7e5c439b68b19d7a0dd6a8be8bd225780b85a673 (diff)
downloadserverdata-5106ffe22046652bfd20749189efc922eaf3dd2f.tar.gz
serverdata-5106ffe22046652bfd20749189efc922eaf3dd2f.tar.bz2
serverdata-5106ffe22046652bfd20749189efc922eaf3dd2f.tar.xz
serverdata-5106ffe22046652bfd20749189efc922eaf3dd2f.zip
Correct 4144's mistake on g function.
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r--npc/functions/main.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
index 805c7136..85830088 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -27,8 +27,7 @@ function script mesq {
}
function script g {
- mes Sex == 0 ? getarg(0) : getarg(1);
- return;
+ return Sex == 0 ? getarg(0) : getarg(1);
}
function script lg {