I just ran this exact script and it worked fine for me...

Code:
on *:text:!hi:#: {
  msg # .me Hello
}



edit:

Code:
on *:text:!hi:#: {
  msg # /me Hello
}


this is working for me too... copy/paste the script you're trying to use.

Last edited by Bramzee; 18/04/17 01:35 AM.