Public block fields / Better scripting
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
this["$SCRIPT_NAME$"] = function(){
|
||||
$CODE$
|
||||
};
|
||||
|
||||
try{
|
||||
this["$SCRIPT_NAME$"]();
|
||||
}catch(e){
|
||||
console.log(e)
|
||||
}
|
||||
Reference in New Issue
Block a user