Hi
I have a table that I add items too during gameplay. How do I reset this when I complete a level
–global or local table for the project
list = {“apple”,“pear”,“orange”}
function newLevel ()
list = {} --does this reset the table above or simply create a different local table for the function?
–code here
end [import]uid: 3093 topic_id: 16732 reply_id: 316732[/import]