Hey folks! Sorry if this is a random or stupid question:
I'm wanting to get Mudlet to store the number of characters in the command I send it as a variable. Any idea as to the syntax necessary for that? Or is it crazily complex/impossible?
Huge thanks in advance!
Tvistor: If that was a troll, it was masterful.
I take my hat off to you.
Comments
local chars = string.len(command)
echo("The last command you sent had " .. chars .. " characters.")