_Added in 1.8.10_ *on :LOAD:* Triggers the first time a script file is loaded. *Parameters* - The level for the event to trigger. - The commands to be performed when the event listener's criteria is met. *Example*
; Create a init alias.
alias -l initscript {
  set %loaded on
}

; Listen for the LOAD event, and when matched, run this initscript alias.
on *:LOAD:initscript