mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
8 lines
No EOL
161 B
Lua
8 lines
No EOL
161 B
Lua
-- phoboplasm (223200)
|
|
--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 |