... | ... | @@ -7,7 +7,7 @@ The special character # will cause this skill to fail. |
|
|
## Attributes
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| messages | m | A list of message strings to send to the player, separated by commas. Each string must be in quotes. These strings can use variables. | |
|
|
|
| messages | m, message, msg, msgs | A list of message strings to send to the player, separated by commas. Each string must be in quotes. These strings can use variables. | |
|
|
|
|
|
|
|
|
|
## Examples
|
... | ... | @@ -27,3 +27,9 @@ This will do the same as above, but this time sending 2 random messages per each |
|
|
Skills:
|
|
|
- randommessage{m="one test","not a test","test";repeat=1} @PIR{r=20} ~onInteract
|
|
|
```
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
- [x] randommsg
|
|
|
- [x] rm
|
|
|
- [x] rmsg |
|
|
\ No newline at end of file |