I confuse the two functions.
What is the different between send and execute
Posted by Tianxz on Mon 24 May 2010 04:31 PM — 2 posts, 16,408 views.
Here is the relevant documentation:
The summary of 'Send' is that it "sends a message to the MUD"; the summary of 'Execute is that it "executes a command as if you had typed it into the command window".
So, for example, 'Execute' will process aliases but 'Send' will not.
Send
The documentation for the Send script function is available online. It is also in the MUSHclient help file.
Execute
The documentation for the Execute script function is available online. It is also in the MUSHclient help file.
The summary of 'Send' is that it "sends a message to the MUD"; the summary of 'Execute is that it "executes a command as if you had typed it into the command window".
So, for example, 'Execute' will process aliases but 'Send' will not.