JS console / Scripting tweaks
This commit is contained in:
@@ -1,2 +1,10 @@
|
||||
modName = "$MOD_NAME$"
|
||||
|
||||
!function(){
|
||||
|
||||
const scriptName = "$SCRIPT_NAME$"
|
||||
const print = text => log(scriptName, text);
|
||||
$CODE$
|
||||
|
||||
}();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user