Public block fields / Better scripting

This commit is contained in:
Anuken
2019-11-27 13:51:07 -05:00
parent eabbd2fa32
commit 57f9aeee86
66 changed files with 718 additions and 257 deletions
+9
View File
@@ -0,0 +1,9 @@
this["$SCRIPT_NAME$"] = function(){
$CODE$
};
try{
this["$SCRIPT_NAME$"]();
}catch(e){
console.log(e)
}