Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Causes an event to fire within script with the specified message ID and payload. This can be used to connect scripting with any location where commands are used.
Permission Level | Game Directors |
---|---|
Requires Cheats? | Yes |
Usage
Send script event message
/scriptevent <messageId: string> <message: message>
Passes a message with the specified ID and payload.
Arguments
message
: message Data component of the message to send. This is custom and dependent on the kinds of behavior packs and content you may have installed within the world. Message may not exceed 2048 characters in length.messageId
: string Identifier of the message to send. This is custom and dependent on the kinds of behavior packs and content you may have installed within the world.