At the moment i'm using fastloops to create multiple instances of an object at the same time and giving them a unique id and values, but i also tried doing,
my conditions > create object
set object variable id to 1
create object
set object variable id to 2
create object
set object variable id to 3
all in the same event, but it didnt work. Should it work?
I'm really just wondering, as my fastloop method works fine.
Thanks.