local monster = Game.createMonter("rat", Position(x, y, z))
if monster then
master:addSummon(monster)
end
What u need? When monster will appear? When does the player step on a sqm? When does the player Use one action? You have to explain better