well im trying to do when you enter a tp you get ur outfit changed. But i cant get it to work. here is my script.
Code:
function onStepIn(cid, item, pos)
if item.uid == 16011 and item.id == 5023 then
addOutfitCondition(condition, 0, 131, 45, 45, 45, 45)
end
end