mirror of
https://github.com/proxeeus/quests
synced 2026-08-22 10:29:07 -04:00
8 lines
163 B
Lua
8 lines
163 B
Lua
function event_spawn(e)
|
|
eq.set_timer("mangler",720000);
|
|
end
|
|
|
|
function event_timer(e)
|
|
e.self:Say("<Bark, bark, bark! Hoooooowwwwwwl!>");
|
|
eq.signal(19049,1);
|
|
end
|