System.assignMessage

Function/Meaning
Change message assignment
Type
Method of the System class
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 was successful, false otherwise.
Description
Changes the message assignment.
Messages built into Kirikiri can be changed to different messages using this method.
Usually described in a message map file (see How to Start).
To obtain a list of configurable IDs and the messages currently assigned to them, execute "Create Message Map File" from the tool.