Playmaker Forum
PlayMaker News => General Discussion => Topic started by: mrminico on October 29, 2021, 07:39:10 AM
-
Hi everyone,
I recently used array maker get previous action and its functionality when setting a custom start index to loop seems a bit broken.
Let's say if I wanted to get an item from index 3 to index 1 It'll actually start on index 5.
Is this how the action works? and is there another way to loop previous items from intended index instead of starting two items before?
Thank you!
-
Hi.
not sure if its broken or not (i can't try at the moment)
Make sure to use the Reset bool before starting loop
But there is an action on the Ecosystem Called Iterate you could use that together to select index and then use it with 'Array List Get'
-
Hey Thanks DJay Dino I'll try that and I'll check the iterate function as well. Also, I keep getting this message on the console, and it's pretty annoying how often it repeats.
https://imgur.com/a/DUlOFqC (https://imgur.com/a/DUlOFqC)
Even after I enabled force resize ID needed. Im using this action since there is no other way to add into the array with a custom index. I also tried insert and I also repeatedly get the message.
Know any line of code for me to use to stop it?