I want to set a targeted entities walk speed to zero and set it back to default a few seconds later but it does not work:
command /test:
trigger:
set {_t} to targeted entity
set walking speed of {_t} to 0
wait 3 seconds
set walking speed of {_t} to 1
Does not work. The entity's speed is set to 0 but not set back to 1 after few seconds. So how would I reference the entity correctly?
command /test:
trigger:
set {_t} to targeted entity
set walking speed of {_t} to 0
wait 3 seconds
set walking speed of {_t} to 1
Does not work. The entity's speed is set to 0 but not set back to 1 after few seconds. So how would I reference the entity correctly?