I've got down programmin the Lua logic and sending commands and all, but I need to know how to pull multiple arguments out of an alias or trigger... Examples: Alias: I type: blah <name> <number> and I want to do this: send( arg[2] .. " slap " .. arg[1] ) Same thing with trigger if I need to pull two things out of a line... Thanks!