@UnicornJesus As long as you created it in startup with a starting value, and indented it correctly in the stats like so:
*stat_chart
opposed_pair Liberal
Authoritairan
it should display properly. As for line breaking percentage bars, I’m assuming you mean like a description below it? There used to be a way that you could do this:
*stat_chart
percent Liberal
So Awesome
But that doesn’t seem to be supported anymore, though I’d be happy if @CJW or someone else corrected me on this. The closest I can get to work is something like this:
*stat_chart
text Name
opposed_pair Liberal
Authoritairan
Political Inclination
*stat_chart
opposed_pair Cosmopolitan
Nationalist
Other Stuff
Created the variable in the start up and has a value but still won’t display properly, as for *line_break it won’t work under *stat_chart, choicescript gets angry if it doesn’t start with text percent or opposing_pair.
@Havenstone The only thing I see different is that you have the *line_break nested in a *choice. Maybe it just doesn’t work if it thinks it’s under the stat chart?
For dropbox I’ll just paste what it says on the wiki:
Go on the Dropbox website.
Click on the giant “Download Dropbox” button.
Wait until Dropbox downloads, and then install it; it will prompt you sometime during the install to select a folder for Dropbox; select it wherever you want as there will be the place you will upload your game later.
After you’ve installed Dropbox, go back on their website and register (i.e. make an account).
After you’ve made an account and activated it, start Dropbox (the program you installed).
On the bottom right of your screen, you will see a Dropbox icon; right click it and click Preferences.
A window will pop up with several categories at the top of it. Click the menu “Account”.
Here you can link your dropbox account to your PC; link it.
Next you’ll need to enable the “Public folder” by going here.
Then, all you need to do is navigate to the Dropbox folder you made during the installation; you can double-click on the Dropbox icon in the bottom right and it will open your Dropbox folder.
Now, inside the Dropbox folder, you have a folder called “Public”. Enter that folder.
Then, put your game’s “web” folder there (in the Public folder). Wait until it uploads it and then go to your “web” folder inside the “Dropbox” folder.
Right-click either of your index.html files > Dropbox > Copy public link.
Then, all you need to do is paste (Ctrl + V) and the link to your game will be pasted, and everyone that enters the link will start playing the game straight away!
*create Name ""
*create first_name ""
*create last_name ""
What is your first name?
*input_text first_name
What is your last name?
*input_text last_name
*set Name (first_name&" ")&last_name
Your name is ${Name}