Hey y'all Thinking about making a game

Ok cool pal so anyway who here is looking forward to the new need for speed movie?

It will probably be like fast and furious

But with more racing

Hey everyone sorry busy times. I am still working in the game just taking a break don’t know when I will be back with it until then keep your minds sharp and remember feedback is appreciated

Hey Yall im back sorry for the hiatus whats new hey check out my brief demo: file:///C:/Users/gates/Downloads/dfabulich-choicescript-1325fa9(5)/dfabulich-choicescript-1325fa9/web/mygame/index.html

You have to put it your public dropbox folder and place the link, I’m sure there is someone who is able to tell you how since I am nit very good with dropbox

@StarWarsMaster You have three links to the wiki section about publishing. Use one of them and follow the instructions.

Thanks bro sorry bout the break like I said earlier still working on cch 1.

Use this to upload the game to dropbox. Otherwise we can’t play the demo.

Hey y’all I’m back!! Sorry bout the long break. What’s new with evryone?

Hey y’all I’m having trouble loading my next chapter I keep geting an error. Any ideas?

Could you post the code here? We cant really tell what is wrong unless we see it.

@StarWarsMaster You are always being too vague. When you want our help, be as specific as possible.

I complete the startup page ok. I get everything done… U know create name but when I go to play it and I want to go to the next scene to test it I get an error message.

What is your scene name?

If it’s c1, then you type the command exactly as it’s shown below:

*goto_scene c1

If you’re using the latest version of choicescript and you have it as follows, then it won’t work:

*goto_scene c1 the den

The reason being that the latest version doesn’t like spaces for the scene names. So, you’d need to put it something like (with the indenting correct, as in lined up correctly with the previous text on the line above):

*goto_scene c1_the_den

Does this help? Because I assume you’re running into problems when you want to load a new scene with saying that you’ve got the startup.txt file complete. And yeah, posting your code would help us work out what the problem is.

Edit: If it’s labels that you’re having trouble with, ie. you’re not sending the user to a different file, then you’d want to use labels.

*goto c1

That’s the first command you want, with the indenting perfect again, underneath the last bit of code.

Then below it, without indenting, put:

*label c1