local config = {
respawnSecs = 10800, -- how many seconds until next boss spawns
storage = 5050,
bosspos = {x=1000,y=1000,z=7}, -- position of the boss spawn
bossspawnstorage = 5053
}
local t = {'boss1','boss2','boss3'}
local function orlend()
doCreateMonster(t[math.random(#t)]...