Poprawne użycie eventu:
On Script Load/Unload
Patterns:
[on] [(async)] [script] (load|init|enable)
[on] [(async)] [script] (unload|stop|disable)
Since:
2.0
Called directly after the trigger is loaded, or directly before the whole script is unloaded. The keyword 'async' indicates the trigger can be ran asynchronously,
Examples:
on load:
set {running::%script%} to true
on unload:
set {running::%script%} to false