local notAllowedOutfits = {75, 266, 302}
function onUse(cid, item, frompos, item2, topos)
local outfit = getCreatureOutfit(item2.uid)
if (isInArray(outfit, notAllowedOutfits)
doSendAnimatedText(cid, "This outfit cannot be accessed."
return true
end
doSetCreatureOutfit(cid, outfit...