So Here is my prefix script
Why aren't chances not working? When i write a message in chat, and click my name, it will always suggest "/tell"
Why aren't chances not working? When i write a message in chat, and click my name, it will always suggest "/tell"
code_language.skript:
on chat:
player has permission "owner.user"
cancel event
set {_to} to "%player%"
chance of 50%:
set {_msg} to "test &5%player%&7%message%||sgt:/msg %player%"
chance of 50%:
set {_msg} to "test &6%player%&2 %message%||sgt:/tell %player%"
json({_to}, {_msg})