8 lines
203 B
Lua
8 lines
203 B
Lua
--#Shadow_of_Rythor (223239) PH Version
|
|
--Phase 1 - Rythor of The Undead Trial
|
|
--potimeb
|
|
|
|
function event_death_complete(e)
|
|
-- send a signal to the #undead_trigger that I died
|
|
eq.signal(223171,2);
|
|
end
|