Hello.
My skript is placing a sign with no context, even though i told it to.
I dont know if it's possible, that's why im asking here and i cant seem to find anything in the docs.
The code doesnt throw any errors, it just places a blank sign at location {_loc::sign}
I cant find anything in the skript docs
And the code is not following an event, it is following a command.
My skript is placing a sign with no context, even though i told it to.
I dont know if it's possible, that's why im asking here and i cant seem to find anything in the docs.
The code doesnt throw any errors, it just places a blank sign at location {_loc::sign}
I cant find anything in the skript docs
And the code is not following an event, it is following a command.
Code:
set {_block} to wall sign
set line 1 of {_block} to "&4&lSOLD"
set line 2 of {_block} to "&c%{_cell::id}%"
set line 3 of {_block} to "&c%{_text}%"
set line 4 of {_block} to "&c%{timer::days::%{_uuid}%}%&4:&c%{timer::timer::%{_uuid}%}%&4:&c%{timer::minute::%{_uuid}%}%"
set block at {_loc::sign} to {_block}