We're archiving the forums and going read only! You'll be able to see old threads, but new topics and replies have been disabled.

Visit the Game Jolt community for new questions and conversations.


Welcome to the coding channel! Post your general programming questions here and help will be on it's way!

It's pretty helpful if you put the language/engine you are using in the topic title, so answerers can find your question quicker.

You can also format your code to make it more readable. You can read up on how to format on our help docs here.

		
			function result()
{
    return "It'll look like this!";
}
		
	

Happy coding!