This does seem usefull. I will try to add it to my mod someday, unless one of the official devs tries to add it.
The only problem I could see with this is that you can't change PT_NUM, and you can't ever have more than 256 elements no matter what, so you would have to find a way around that. There might have to be a limit to how many elements you can create. Also, you won't need to set which menu an element goes into, because that is one of the properties of the element that would be copied.
jacob1:
This does seem usefull. I will try to add it to my mod someday, unless one of the official devs tries to add it.
The only problem I could see with this is that you can't change PT_NUM, and you can't ever have more than 256 elements no matter what, so you would have to find a way around that. There might have to be a limit to how many elements you can create. Also, you won't need to set which menu an element goes into, because that is one of the properties of the element that would be copied.
Yes, there is. The total number of elements is hard-coded, It cannot be changed at runtime.There is no technical reason why this would not work.