This is the one that is "working", but create the teleports on first (1/4) kills
local config = {
center = Position(558, 744, 7),
rangeX = 5,
rangeY = 2,
teleportPos = Position(554,745,7),
monsters = {"ghoul","ghost","demon skeleton","skeleton",},
}
local function...