Hey,
How is it possible to set the target block of a player multiple times in a command?
I tried that but it gives ever time the same coordinate back:
[doublepost=1493671669,1493671617][/doublepost]
How is it possible to set the target block of a player multiple times in a command?
I tried that but it gives ever time the same coordinate back:
code_language.skript:
Command /hatetarget:
Trigger:
Loop 10 times:
Broadcast "%location of player's target block%"
Wait 10 ticks
Hey,
How is it possible to set the target block of a player multiple times in a command?
I tried that but it returns the same coordinate ever time:
code_language.skript:Command /hatetarget: Trigger: Loop 10 times: Broadcast "%location of player's target block%" Wait 10 ticks