In your event, Every Tick is only triggered when the player collides with the chest, so it's not actually running every tick as it's part of a condition.
Like mindfaQ said, you can just use the pin behavior to then pin the crossbow to the player. If you really want to use an every tick action, then create an inactive group with the Ever Tick event, and activate that group after you get the crossbow. Just remember to deactivate the group when you don't need that Every Tick running anymore.