I made a script that intercepts msg and then does halt, like
on ^1:TEXT:*:?:{
........
........
}
but I just noticed that it is triggered for both normal msgs and omsgs. Can I make it distinguish the two? (be that an if-clause or a different script, I don't mind)