So I basically want to check if a player has moved from a certain block location with Skript and I don't really know how to do that.
I would love to know if I'm able to do something like what I just sent. Any help is appreciated <3
Code:
on rightclick:
if clicked block is grass block:
set {testlocation} to location of event-block
wait 3 seconds
if player is in radius 200 of {testlocation}:
message "yes"
else:
message "no"
I would love to know if I'm able to do something like what I just sent. Any help is appreciated <3