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
{{ message }}
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
[[ Bug 19967 ]] Add send script 'script' to 'object'
The current send command attempts to evaluate parameters in the
current context before sending the message. In some cases this
is not desirable, and furthermore there are issues with the
evaluation of multiple parameters using the send command.
Since we can't break this backwards compatibility with the send
command, this patch adds a `send script` form of the command which
simply forwards the script to be sent unmodified to the target
object to be executed, using MCObject::domess.
0 commit comments