This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:setmsgbutton [2022/05/12 16:00] – Karsten75 | 4rpl:commands:setmsgbutton [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 14: | Line 14: | ||
: A Boolean indicating if the button is visible. | : A Boolean indicating if the button is visible. | ||
? text | ? text | ||
- | : The text to appear on the button. Keep it short. | + | : The text to appear on the button. Keep it short. |
? color | ? color | ||
: The background color of the button, expressed as a [[V4]] [[4rpl: | : The background color of the button, expressed as a [[V4]] [[4rpl: | ||
Line 20: | Line 20: | ||
: The MSG channel to send the message on when clicked. | : The MSG channel to send the message on when clicked. | ||
? msgText | ? msgText | ||
- | : The string to send to the MSG channel. | + | : The string to send to the MSG channel. You must provide a non-empty string, otherwise the message will not be sent. |
| | ||