Script Macros in Developer Help
client command_text = ".alt " script macro k return "test" verb Test() usr << "You tested"
client command_text = ".alt " verb Test() usr << "You tested"macro // there waan't any need for the client, but you have to put this part in a script file (a dms file), else you'll get an error. k return "test"
client command_text = ".alt " script={" macro k return "test""} verb Test() mob << "You tested"
O-matic