AragornArathornsSohn Posted December 28, 2018 Share Posted December 28, 2018 Cheers Mates, I need some help with a script. I want to add a single combination under Object Template to several armors. I got so far: objecttemp := ElementByName(e, 'Object Template'); if not Assigned(objecttemp) then objecttemp := Add(e, 'Object Template', True); But I can't figure out (a.k.a. I am too stupid) how to add "Combinations" to "Object Template" and then a "Combination" to "Combinations". Thanks for your help in advance :-) Link to comment Share on other sites More sharing options...
Recommended Posts