Open
Description
$get_msg()
returns both the ID of the source node AND the message string.
But $get_term()
only returns message string.
It's possible to connect several Terminals to one SaferLua Controller, but you can't send the answer string back to the user's terminal, because you don't know what terminal it is.
If something like msg, termID = $get_term()
will be implemented, the, old scripts will continue to work, while new scripts will be able to utilize multi-terminal approach.