Bug Outfits out of date

Linknoid

Member
Tested in r18335, but not likely something that has changed recently.

I have a script which uses outfit_pieces("outfit name"). I run it and it aborts on a "You can't equip a ...". That's normal and expected. I need to fix my outfit and retry.

But then I edit the outfit through the relay browser inventory, and try to run the script again. Even though the offending item is no longer part of the outfit, it continues to think it is. I put print statements to list what items are in the outfit, and it still has the old outfit cached, at least as far as "outfit_pieces" function is concerned.

If I log out and log back in, it re-queries the outfit description, and everything works. But that's obviously a rather painful workaround. There might be a simpler workaround that I don't know about, but it should really keep outfit lists up to date if you're changing them in the relay browser.
 
Top