Like if i was to decorate brit for christmas for a theme. When Christmas was over would like to generate back to orginal deco. I have vendor stones at all my vendors and cant use the wipe command cause i would have to put new vendor stones? Anyone have any ideas?
 
[set movable true on the stones and put them into your bankbox or backpack and wipe the area and put them back then [set movable false on each one
 
I did this by having the decorate command set every item to a -2.0 weight. Although not necessary, I did a core change in Item.cs to have anything with a weight <= 0 to not display a weight. Then I told my decorate command to remove all items with a -2.0 weight and then redecorate again. Worked flawlessly for years.
 
Back