Hi,
I want to create many objects at once with an increasing argument.
e.g. for exaple like this:
[myobject 1] [myobject 2] [myobject 3] [myobject 4] [myobject 5] ... [myobject 123] ...
I am lazy, so I dont want to write it 123 times. How to do this at once? Is there a script or something for doing that in a smart way?
if not...
is it possible to send the argument as rising numbers sorted towards the duplicated objects?
For example:
?????????)something_i_dont_know_goes_here]??????????????
| | | |
[myobject $1] [myobject $1] [myobject $1] [myobject $1]
Or would it be possibly be possible by using lists in some way?
Or can I get the count of the running instance of [myobject] somehow through $0? i.e. Is it possible to let the instances of [myobject] count themselfs? For example i do
[myobject] [myobject] [myobject]
and each object knows its specific number 1, 2, 3 ?
Happy about any answer )
thank you