Oliver Hope 261 Posted November 10, 2018 (edited) Hey all Im needing to clear a few arrays at the end of my game before the new round. I tried setting them to an array called null which didn't have an items inside but this didn't seam to work. any other suggestions? Edited November 17, 2018 by Oliver Hope_P1 Share this post Link to post Share on other sites
Indomitus 388 Posted November 10, 2018 Try using the SPLICE command. For "Index" give 0, and for "Count" insert a GET LENGTH tile to capture the whole array at once. 1 Share this post Link to post Share on other sites
Oliver Hope 261 Posted November 11, 2018 22 hours ago, Indomitus said: Try using the SPLICE command. For "Index" give 0, and for "Count" insert a GET LENGTH tile to capture the whole array at once. Thats an interesting way to do it and it worked! thank you very much @Indomitus Share this post Link to post Share on other sites