playMaker

Author Topic: array - random select - remove selection from array  (Read 1251 times)

matthewsutherland

  • Playmaker Newbie
  • *
  • Posts: 6
array - random select - remove selection from array
« on: March 17, 2018, 10:57:31 PM »
Hi there. I am wondering how to remove a random selection from an array after picking it. Any ideas?


« Last Edit: March 17, 2018, 11:27:03 PM by matthewsutherland »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: array - random select - remove selection from array
« Reply #1 on: March 19, 2018, 05:44:24 PM »
Hi.
you should get the action "Array Get Random Index" from the Ecosystem

you can store the index number and then use "Array Delete At" with the index value.