Skip to main content

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

Same. Got an answer yet?

(2 edits)

If you don't get an answer, using a text editor like Notepad++ (or Notepad and searching for the "Explore the Jupiter Labs|Jupiter Labs gunpowder" string), line 22992 has a [[Explore the Jupiter Labs|Jupiter Labs gunpowder]], line. Adding a {& quot ;}(minus the spaces and braces) to the right of the pair of closing brackets/left of the comma in that link will fix the error. The code should look like (& quot ;)[[Explore the Jupiter Labs|Jupiter Labs gunpowder]](& quot ;), minus the spaces/parenthesis.

In short, this piece of code is missing a closing quotation mark, and autoformatting in this will shorten the (& quot ;) to a "

That line of code is already there though

Got it. Thanks