I don't know if others have found out about this but i came across it really easily...
All you have to do is make it reload some ids!
So go to your stamper tool script and find function processCategory
then simply reload your categories! It should look something like this...
function processCategory(sets, setPanel)
local setButtons = {}
for index, object in pairs(sets) do
print(object.CategoryId, object.Name) -- Testing theory at the time
if object.Name == "Basic Building" then
object.CategoryId = 360380
end
!If this helps make sure to give me some credit! |