[MudWalker] help with @@message

Kevin Reid kpreid at mac.com
Wed Nov 1 04:22:02 PST 2006


On Oct 31, 2006, at 17:09, aaron wallace wrote:

> Now on to my question I just figured out @@message("xxx") and I was  
> wondering how I could slap an $$arg[1] into the message command  
> since the fine wizzes just asked me to try and reduce the spam I  
> send to the server.

Since @@ makes the whole line Lua syntax, use Lua string concatenation:

   @@message("+sli " .. arg[1])

-- 
Kevin Reid                            <http://homepage.mac.com/kpreid/>




More information about the MudWalker mailing list