From 675dde02ff2b28bd4e9022bbfecc564527294dcc Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 21 Nov 2014 12:42:27 +0300 Subject: Remove lg function. --- npc/functions/main.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/npc/functions/main.txt b/npc/functions/main.txt index 85830088..ac5dbd9f 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -30,14 +30,6 @@ function script g { return Sex == 0 ? getarg(0) : getarg(1); } -function script lg { - if (getargcount() > 1) - .@s$ = Sex == 0 ? l(getarg(0)) : l(getarg(1)); - else - .@s$ = l(getarg(0)); - return .@s$; -} - function script col { .@color = getarg(1); if (.@color < 0) .@color = 0; -- cgit v1.2.3-60-g2f50