Would it be okay if it teleported the player back if they aren't high enough?
It would involve some movement functions, I can give you a rough outline
On step
If getPlayerLevel < 100 then
doTeleportThing(cid, {x=100, y=100, z=7})
doSendMagicEffect(getCreaturePosition(cid), 10)
end
Totally...