From 5106ffe22046652bfd20749189efc922eaf3dd2f Mon Sep 17 00:00:00 2001 From: Reid Date: Wed, 5 Nov 2014 18:14:28 +0100 Subject: Correct 4144's mistake on g function. --- npc/functions/main.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'npc/functions/main.txt') 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 { -- cgit v1.2.3-60-g2f50