Event id for selecting a targetable spell from the spell list.
Calls the OnTargetEnterCallback.
Example
-- Createafunction localtargetEnter = function() osrs.print("Selected a targetable spell from the spell list") end -- Subscribetothefunction osrs.Events.subscribe(targetEnter, osrs.Events.ON_TARGET_ENTER)
Event id for selecting a targetable spell from the spell list. Calls the OnTargetEnterCallback.
Example