View Single Post
  #1  
Old 11-17-2024, 12:09 PM
t0neg0d
Sarnak
 
Join Date: Oct 2014
Posts: 31
Default event_hp seems to do nothing

Like the title says, this example does nothing.

Code:
function event_hp(e)
	-- NPC-event_hp
	-- Exported event variables
	eq.debug("hp_event " .. e.hp_event);
	eq.debug("inc_hp_event " .. e.inc_hp_event);
end
Reply With Quote