mirror of
https://github.com/EQMacEmu/quests
synced 2026-08-21 00:23:04 -04:00
7 lines
No EOL
147 B
Lua
7 lines
No EOL
147 B
Lua
function event_spawn(e)
|
|
eq.set_timer("poke",4200000);
|
|
end
|
|
|
|
function event_timer(e)
|
|
e.self:Say("Do not poke, shoot, or enchant the animals.");
|
|
end |