i have 8 groups of script_objects doing just the same ( quite alot), so the script will get quite long. Could I give them targetnames like thing_1(1) up to thing_1(8) and use a for-loop in the script, like
Code: Select all
for(local.i;i<8;i++)
{
thing_1(local.i) dosumthin
}
