I need help for spawn an armor stand looking to player in event-block position:
i try with this, it don't send error's but it doesn't work.
set {x} to x-coord of event-block
set {y} to y-coord of event-block
set {z} to z-coord of event-block
set {_yaw} to yaw of player
set {_pitch} to pitch of player
remove 0.5 from {y}
set {_world} to world of player
spawn armor stand at location at {x}, {y}, {z}, {_yaw}, {_pitch}
i try with this, it don't send error's but it doesn't work.
set {x} to x-coord of event-block
set {y} to y-coord of event-block
set {z} to z-coord of event-block
set {_yaw} to yaw of player
set {_pitch} to pitch of player
remove 0.5 from {y}
set {_world} to world of player
spawn armor stand at location at {x}, {y}, {z}, {_yaw}, {_pitch}