#Event Hail "#*##1# says, in Elvish, 'Hail, #2#'#*#"
Sub Main
/while (${WhateverConditionals}) {
Some code here
/doevents
Some code here
}
/return
Sub Event_Hail(string line, string Hailer, string Hailed)
/if (${Hailed.Equal[${Me.CleanName}]}) {
/target pc ${Hailer}
}
/return