Num Consegui Faze a Door =D
Concerta Aew =D
function onUse(cid, item, frompos, item2, topos)
player = getPlayerLevel(cid)
level = item.actionid - 1040
if player >= level then
doTeleportThing(cid,topos)
doSendMagicEffect(topos,12)
else --- else fica alinhado com u if num caso de muitos ifs istu ajuda
doPlayerSendCancel(cid,"Voce necessita level "..40.." para passar.")
end
return 1
end