that's only the current outfit the player has onI think this is it.
database>players>lookbody
database>players>lookfeet
database>players>lookhead
database>players>looklegs
database>players>looktype
database>players>lookaddons
for lookType = 100, 400 do
for addon = 3, 1, -1 do
if player:hasOutfit(lookType, addon) then
player:removeOutfitAddon(lookType, addon)
break
end
end
end
takes some time to learnXeraphus thanks, from day to day I am more stupid![]()