Event id for deselecting a targetable spell from the spell list.
Calls the OnTargetLeaveCallback.
Example
-- Createafunction localtargetLeave = function() osrs.print("Deselected a targetable spell from the spell list") end -- Subscribetothefunction osrs.Events.subscribe(targetLeave, osrs.Events.ON_TARGET_LEAVE)
Event id for deselecting a targetable spell from the spell list. Calls the OnTargetLeaveCallback.
Example