Scheduling actors to spawn in sequence...
...is it possible to have a table of actors and positions and have a spawner, spawn them in a sequence?!
Still a bit of a noob but getting a lot of help from reading the forums and checking out the tutorials.
Thanks, Loaded
Still a bit of a noob but getting a lot of help from reading the forums and checking out the tutorials.
Thanks, Loaded
Comments
Problem is, when it gets to the end of the rows in the table (8 rows) it does not return to row 1... How can I get it to go back and cycle through the rows?
In the video @tshirtbooth stops short of putting some brackets around the change attribute and answering my question for me lol
I've managed to make my table loop with the modulus operator % and a number, but instead of looping back to row 1 it is looping to the default actor position of 0 (x) and 0 (y)???
I'm either learning, or becoming more confused.
( ( tableIndex ) + 1 ) - 1 ) % maxIndex + 1