Set the tile to action id 60601 in RME.
function onStepIn(cid, item, position, fromPosition)
local current_outfit = getCreatureOutfit(cid)
local set_outfit = {267,1,1,1,1,1}
local _callback = function()
doCreatureChangeOutfit(cid, current_outfit)
return
end...