now the magic wall never appears!,
What I want is, when I run a raid, the magic wall disappears
example:
/raid Ferumbras ( magic wall disappears )removed
function onRaid()
local monster = Game.createMonster("White Pale", Position(32224, 32761, 10))
monster:setReward(true)
end
local...