mirror of
https://github.com/proxeeus/quests
synced 2026-08-22 10:29:07 -04:00
9 lines
No EOL
249 B
Lua
9 lines
No EOL
249 B
Lua
function event_combat(e)
|
|
if(e.joined) then
|
|
e.self:Say("I shall show you the pure fury of the Dead!!");
|
|
end
|
|
end
|
|
|
|
function event_death_complete(e)
|
|
e.self:Say("Soon you shall learn the extent of the Dead's power. Vengeance shall be theirs.");
|
|
end |