#And why do you think `Listint enterances
1 messages · Page 1 of 1 (latest)
The contents of the list, not the list object itself
So foreach object in the list debug.log it
sorry gimme a sec
oh right its empty. But i ran the same test on the one I got it from and that one wasnt empty
Well there ya go, figure out why this is and you fixed your problem 👍
ight thanks
This is a good way to figure out why your game gives errors by the way. Just print out all the things. Usually something weird is going on you don't expect.
You could also just attach a debugger to it and see it that way. Some people like that style more.
Thanks for the help, managed to fix it