dye helmet is work
but send outputs the text as it is without changing the color.
how can i fix it?
but send outputs the text as it is without changing the color.
how can i fix it?
Code:
on right click on any concrete:
set {_col::*} to "%event-block%" split by " "
replace all "'" with "" in {_col::1}
set {_col} to ({_col::1} parsed as colour)
dye player's helmet {_col}
send "<%{_col}%>hi"