0x72:
Line 32 in 04/World.lua is:
if o ~= item and checkCollision(item, o) then
but the variable in the for loop is "other" so the line should be:
if other ~= item and checkCollision(item, other) then
The file runs if I make that change.
Regards,
Andrew