Modify command
The /nrmodify command is useful for modifying trigger properties, but can also cause trigger parsing errors if used incorrectly.
The available properties are:
- response - The chat message that will be shown. To disable a chat response completely, set property 'showresponse' to false. (string)
- matchphrase - Regular expressions/exact match phrase to be compared with chat messages. This is ignored with keyword triggers. (string)
- cancelmessage - True to hide player's chat messages if a response is triggered. (boolean)
- publicresponse - True to show the response in global chat (every player on the server) or false to send just to the one player. (boolean)
- action - Action to be executed. Depending on the action, you may also need to change the 'actionparam' property to match. (valid action type, no spaces)
- actionparam - Arguments for the action type, eg: Kick message (kick), amount of health to gain (heal), speed to launch (launch) etc. (string)
- matchthreshold - The minimum keyword match threshold. Ignored in exact and regex trigger types. (number)
If you see errors in the server log after using this command, please post a ticket and paste the error message.
Comments