I'm a little new, and I'm wondering how you'd use a /me from a remote script.. such as:

Code:
 on 1:text:!drink *:#: {
  /var %drink
  %drink = $remove($1-,!drink )
  me gives $nick a %drink
} 

I'm stumped.. confused please help