summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r--npc/functions/main.txt8
1 files changed, 0 insertions, 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;