if i want to use a chat.say command it only uses the first word
"command": "chat.say /hr call",
i have no issues when it is just a single command like
"command": "chat.say /shop",
and i changed the chat.say 0 in the cs
if i want to use a chat.say command it only uses the first word
"command": "chat.say /hr call",
i have no issues when it is just a single command like
"command": "chat.say /shop",
and i changed the chat.say 0 in the cs
Try to put quotes -> "command": ''chat.say /"hr call"
I'm not sur but it can work i think
"command": "chat.say \"/hr call\"",