_Added in 1.9.0_ *on :HOTLINK::<*|#|?|=|!|@>:* Triggers when you move your mouse over a specific word or click/double-click a specific word in a line of text in a window. _See also [[/hotlink]], [[$hotlink]], [[$hotline]], [[$hotlinepos]], [[Scripting_Menus#Mouse-events|Mouse Events]]._ *Parameters* - The [[User Access Level]] for the event to trigger. - The [[Matchtext]] to listen to. <*|#|?|=|!|@> - The [[Matchtarget]] to listen to. - The commands to be performed when the event listener's criteria is met. *Example*
on *:HOTLINK:*help*:#:{
  if ($1 == helpme) return
  halt
}

on *:HOTLINK:*:*:echo clicked word $1 in line $hotline $hotlinepos