Load event
This event gets executed upon the script being loaded.
script.handle("onLoad", function () {
// initialize (register) variables / hooks / modules / commands here
}Last updated
This event gets executed upon the script being loaded.
script.handle("onLoad", function () {
// initialize (register) variables / hooks / modules / commands here
}Last updated