From eeb63e2edc93099ee3b8970720896f8139cd1ff8 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 16 May 2014 07:05:12 +1000 Subject: Output script name from LuaSL msg() funciton. --- lib/LSL.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/LSL.lua b/lib/LSL.lua index 98444cc..39676e0 100644 --- a/lib/LSL.lua +++ b/lib/LSL.lua @@ -74,7 +74,7 @@ function print_table(table, space) end function msg(...) - print(SID, ...) -- The comma adds a tab, fancy that. B-) + print(SID, scriptName, ...) -- The comma adds a tab, fancy that. B-) end -- cgit v1.1