Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How can I make a game where your choices matter?
- Lightstar670
-
28 posts
How can I make a game where your choices matter?
I'm thinking of making a game (with Scratch, of course) where the choices you make matter (EX: If you do this, this will happen, but if you do something else, this will happen and effect the gameplay). Am I able to do that with Scratch? If so, what blocks could I use to make it possible?
Thanks for reading!
PS: I'm also wondering what blocks I could use to make the player able to save their data. Can anybody answer this question too?
Thanks for reading!
PS: I'm also wondering what blocks I could use to make the player able to save their data. Can anybody answer this question too?
- amsJBellotti
-
18 posts
How can I make a game where your choices matter?
Use the variable block to save data and make is use cloudvar.
for your question.
for your question.
- Lightstar670
-
28 posts
How can I make a game where your choices matter?
Use the variable block to save data and make is use cloudvar.
for your question.
Thanks! I'll practice!
- AlveKatt
-
94 posts
How can I make a game where your choices matter?
Be aware that with every new choice you add into the game the amount of work you need to do increases exponentially.
https://en.wikipedia.org/wiki/Wheat_and_chessboard_problem
https://en.wikipedia.org/wiki/Wheat_and_chessboard_problem
- Lightstar670
-
28 posts
How can I make a game where your choices matter?
Be aware that with every new choice you add into the game the amount of work you need to do increases exponentially.
https://en.wikipedia.org/wiki/Wheat_and_chessboard_problem
Yeah, it'll probably take a while XD
- 858master
-
30 posts
How can I make a game where your choices matter?
Last edited by 858master (Feb. 27, 2018 18:16:55)
- ScrathcCard
-
1 post
How can I make a game where your choices matter?
Finite state machine FTW
- deck26
-
1000+ posts
How can I make a game where your choices matter?
Except cloud data is currently so limited this is probably not feasible. If you want to save player data, using a cloud list should do the trick.
here’s one
- deck26
-
1000+ posts
How can I make a game where your choices matter?
Please don't spam or necropost. There is a separate forum for things like saying hello. hello
- jaorellana1
-
1 post
How can I make a game where your choices matter?
What is the code to choose between options?
Last edited by jaorellana1 (April 29, 2019 18:44:06)
- codeman1044
-
1000+ posts
How can I make a game where your choices matter?
Please don't necropost. If you need to have a question answered, please create your own topic. What is the code to choose between options?
- R3n3gad3_G1rl
-
1 post
How can I make a game where your choices matter?

please don't necropost.please stop saying that, codeman1044
- Madcatofdoom
-
500+ posts
How can I make a game where your choices matter?
You are necroposting by saying please don't do that. The necropost has been resolved and is from April last year.
please don't necropost.please stop saying that, codeman1044
- ExpiredMilk2
-
22 posts
How can I make a game where your choices matter?
Question, amsJBellotti
Did you make that block?
I cant seem to find it
Did you make that block?
I cant seem to find it
- createmusic170
-
1 post
How can I make a game where your choices matter?
I wasn't able to get the choices variable to work
is there another way to get the choices?

- joshuaho
-
1000+ posts
How can I make a game where your choices matter?
Hey folks - this thread is old. If you need help with your project scripts, then please feel free to make a new topic. This will make your question easier for others to find, as opposed to posting on a separate thread. 

- Discussion Forums
- » Help with Scripts
-
» How can I make a game where your choices matter?