Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

alright so I put that into the lua and now it cleared that error in my log, but created 2 different ones for

NitrogenMap.lua:1160: ‘then’ expected near ‘desc’

And

Precision farming.lua:60: attempt to index global ‘NitrogenMap’ (a nil value)

That is a syntax error meaning the "then' statement is missing from the line. Double check your edit. Because NitrogenMap.lua has a syntax error it does not compile, which is why you get the second error.

(+1)

alright I will check it out when I get time.   Thanks for your help

(+1)

alright I found my mistake and got it so it doesn’t show an error anymore.  I will play my map and see if it works or if anything comes up in the future.   

The only warning I have now for precision farming is 

Warning: DebsityMapVisualizationOverlay is being reset, because a DensityMapFilter it refers to was deleted.   


Again thank you for helping me out!