Mechanic
randommessage
Sends a random message to the target player
Aliases
randommsgrmsgrm
Examples & Notes
Examples
This will each player n a 20 blocks radius one random message when the caster is interacted with.
Skills:
- randommessage{
m=
"message 1",
"message 2",
"message 3";
} @PIR{r=20} ~onInteract
This will do the same as above, but this time sending 2 random messages per each player
Skills:
- randommessage{m="one test","not a test","test";repeat=1} @PIR{r=20} ~onInteract
Universal Mechanic Options
- Author:
- Ashijin
