Jump to content

Adding Combination to Object Template via script


Recommended Posts

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...