mirror of
https://github.com/EQMacEmu/quests
synced 2026-08-21 00:23:04 -04:00
7 lines
No EOL
141 B
Lua
7 lines
No EOL
141 B
Lua
function event_spawn(e)
|
|
eq.set_timer("disturb",3100000);
|
|
end
|
|
|
|
function event_timer(e)
|
|
e.self:Say("Please do not disturb the animals.");
|
|
end |