mirror of
https://github.com/EQMacEmu/quests
synced 2026-08-21 00:23:04 -04:00
12 lines
No EOL
234 B
Lua
12 lines
No EOL
234 B
Lua
function event_signal(e)
|
|
if(e.signal == 1) then
|
|
eq.start(21);
|
|
elseif(e.signal == 2) then
|
|
eq.stop();
|
|
end
|
|
end
|
|
|
|
function event_spawn(e)
|
|
eq.spawn_condition("erudnext",1,0);
|
|
eq.spawn_condition("erudnext",2,0);
|
|
end |