You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$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.
The text was updated successfully, but these errors were encountered:
Ok, maybe after I'll install this extension locally to be able to test it, I'll overlook the code...maybe I'll be able to propose something, who knows.
$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.The text was updated successfully, but these errors were encountered: