#And why do you think `Listint enterances

1 messages · Page 1 of 1 (latest)

smoky scaffold
#

System.Collections.Generic.List`1[System.Int32]

dense copper
#

So foreach object in the list debug.log it

smoky scaffold
#

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

dense copper
smoky scaffold
#

ight thanks

dense copper
#

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.

smoky scaffold
#

Thanks for the help, managed to fix it