Hi, I remember I had an add on that allows me to look at my target into the dressing room, regardless if it was a player or an NPC.
Today, this add on is no longer updated, but i found a macro that does that, but only for players :
/run DressUpFrame_Show(DressUpFrame); local actor = DressUpFrame.ModelScene:GetPlayerActor(); actor:SetModelByUnit("target");
When I try to use it on an NPC, it shows its model in white, without texture.
Is it because of the GetPlayerActor() ? Or is it because it is no longer possible to look at NPC into the dressing room ?
Thank you for your help