$hotlinepos
From Scriptwiki
Returns the word position and line number of a hotlink trigger
$hotlinepos
- Returns: Word Token Number <space> Line Number
Example
on ^1:HOTLINK:*help*:#:{ echo -atg Someone said help. It was in the $ord($gettok($hotlinepos,1,32)) word of line number $ord($gettok($hotlinepos,2,32)) which read: $hotline }