Garou: When posting code please use the Code Tags (button looks like #). They make things much easier to read.

Also slight correction to a menu item.
Currently you have
Code:
Clear Bad Away Msg List: .hfree bad.away | $iif(exits(bad.away.hsh),remove bad.away.hsh)

Change it to
Code:
Clear Bad Away Msg List: .hfree bad.away | $iif($exists(bad.away.hsh),remove bad.away.hsh)