mirror of
https://github.com/proxeeus/quests
synced 2026-08-22 10:29:07 -04:00
11 lines
No EOL
315 B
Lua
11 lines
No EOL
315 B
Lua
function event_slay(e)
|
|
e.self:Say("Slightly crispy but still tasty, who shall be next?");
|
|
end
|
|
|
|
function event_combat(e)
|
|
if(e.joined == true) then
|
|
e.self:Shout("How amusing. You foolish mortals actually think to challenge me? Very well, then, I shall enjoy searing the flesh from your bones!");
|
|
end
|
|
end
|
|
|
|
|