I need help with choicescript just started it today, so I have a few questions.
-
I need help with making stats. No idea how and I ve read the thing about six times.
-
Help with making choices, same issue.
-
How do you change the title?
Pleaase help, thanks
-Grim
Have you read the wiki?
Have you looked at the code of other games to see how they do it?
I liked CS_Closet’s tutorial. I’m not sure how up to date it is anymore though
http://countersongscloset.webs.com/tutorial
Proff
3
STATS (http://choicescriptdev.wikia.com/wiki/Stats%26Stats_Screen)
- You create the variables for your stats in startup.txt
- You then call these variables in choicescript_stats.txt
CHOICES (http://choicescriptdev.wikia.com/wiki/Choice)
When giving the player a choice, you usually follow this pattern.
- *choice
- Then start each choice with a #
- Then describe each choice in proper indentation.
- Make sure to end each option in the choice with a *goto or *finish
TITLE
Go to web/mygame/scenes/ and open up startup.txt.
The very top line is *title Blah (just replace Blah with your game’s title.)