System.assignMessage

Function/Meaning

Change message assignment

Type
Systemclassmethod of
Syntax
assignMessage(id, msg)
Arguments
id

Specifies the message ID to assign.

msg

Specifies the message to assign to the ID specified by id.

Return value

Returns true if the ID exists and the message assignment is successful, false otherwise.

Explanation

Change the message assignment. Kirikiri You can change the built-in message to another message with this method.
Usually, it is described in the message map file (see How to start).
To get a list of configurable IDs and the messages currently assigned to them, run "Create Message Map File".