function onUse(cid, item, fromPosition, itemEx, toPosition)
local outfit = {lookType = 267, lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookTypeEx = 0, lookAddons = 0}
local pos = {x=32967, y=32626, z=5}
if isPlayer(cid) then
doSetCreatureOutfit(cid, outfit)
doTeleportThing(cid,pos)
end
return true
end