summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/map/script.c b/src/map/script.c
index 7c53e8e..b1e31f2 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -31,6 +31,12 @@ BUILDIN(l)
return true;
}
+BUILDIN(lg)
+{
+ format_sub(st, 2);
+ return true;
+}
+
BUILDIN(getClientVersion)
{
getDataReturn(0);