Code:
command /shrug <text>:
permission: unicode.chat.shrug
trigger:
make player say "¯\_(ツ)_/¯ %arg 1%"
command /tableflip <text>:
permission: unicode.chat.tableflip
trigger:
make player say "(╯°□°)╯︵ ┻━┻ %arg 1%"
command /cry <text>:
permission: unicode.chat.cry
trigger:
make player say "(ಥ﹏ಥ) %arg 1%"
command /emoticons <text>:
permission: unicode.gui
trigger:
if arg is set:
wait 1 tick
open virtual chest with size 3 named "&aEmoticons" to player
format gui slot 10 of player with paper named "&9Shrug" to run:
if player has permission "unicode.chat.shrug":
set {unicode.shrug.text.%player%} to "¯\_(ツ)_/¯ %arg%"
wait 1 tick
make player say {unicode.shrug.text.%player%}
I am trying to make a simple unicode emoticon skript for my server but when a player uses the gui to say the argument or the variable it doesn't work. (Side note: It used to just say "¯\_(ツ)_/¯ %arg%" instead of the variable, like it is right now) There are no errors but I looked up for variables that it says <none> of variables are not set, but mine is. Any help?
Edit: I forgot to say... The unicode shows up but the argument doesn't
Last edited: