# Load event

This event will be called upon the **script initialization / initial load / construction of a `Script` object.** This event **does not** have any parameter&#x73;**.**

```javascript
script.handle("onLoad", function () {
    // initialize (register) variables / hooks / modules / commands here
}
```
