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