User messages
You create user messages as an alternative to hardcoding messages. User messages can contain up to nine parameters, which allows the message content to vary.
The ID field is used to indicate which user message to use. User messages employ text substitution to ensure that the message is specific to the triggering action.
If you want to display a message that contains a single quotation
mark (for example, I'm {1}
), you must add another
single quotation mark for it to display properly (for example, I''m
{1}). If you need more than one single quotation mark,
add twice the number that you want displayed (for example, to display ",
you enter '''').