homing_bow: type: item material: bow display_name: Homing Bow homing_function: type: world events: on player left clicks air with:homing_bow: - define target - if target != null: - narrate "You're targeting <[target].name>!" on player shoots homing_bow: - if target != null: - while != <[target].location>