mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
9 lines
107 B
Lua
9 lines
107 B
Lua
|
|
--[[
|
||
|
|
Bertox Event ## By Drogerin
|
||
|
|
--]]
|
||
|
|
|
||
|
|
|
||
|
|
function event_spawn(e)
|
||
|
|
eq.spawn_condition("codecay",0,1,0);
|
||
|
|
end
|