loop entities in radius {_damage} around {_P}:
set {_K} to location of loop-entity
push loop-entity direction from {_P} to {_K}
if loop-entity is not player:
set {last_attack.%loop-entity%} to player
damage loop-entity by {_damage}
このコードのpushのところでエラーが出ます。