mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
8 lines
No EOL
162 B
Lua
8 lines
No EOL
162 B
Lua
--Decorin_Brawler (223002)
|
|
--Phase 5 RZ Army
|
|
--potimeb
|
|
|
|
function event_death_complete(e)
|
|
-- send a signal to the Rallos_Zek that I died
|
|
eq.signal(223001,1);
|
|
end |