View Single Post
  #4  
Old 11-02-2019, 06:39 PM
rabbet330
Sarnak
 
Join Date: May 2019
Posts: 31
Default

Ah, thank you. Nothing zone specific but yes there is a lua file with the same name. Deleting/renaming the lua works, and of course it's the easiest way. Is there a way to add it into the lua instead? Here are my failed tries:

Code:
function event_death_complete(e)
	e.self:Level(1);
end

function event_death_complete(e)
	e.self:SetLevel(1,0);
end
Reply With Quote