Take table cell values in random order?

Is there a way to take table cell values in random order? I've got a table of letters that spell out a word, and I want to have them populate in my game in a randomly mixed up order.

I've tried copying my table into another one, then randomly taking a cell from that new table and removing that cell - repeat the process until it's all done. This SHOULD work, but perhaps the way I'm spawning in my actors is competing with the timing of the copying/removing so it's not working to my liking.

I'm hoping there's another way I can try.

Thanks!

Comments

Sign In or Register to comment.