Hello everyone!
I'm beginner and I have some problems with a "choices system" I want to create.
Here is my objective:
- I want to create a screen with 4 links which correspond to 2 positive answers and 2 negative ones (positiveChoice1, positiveChoice2, negativeChoice1 and negativeChoice2).
- when the player chooses an answer (positiveChoice1 for instance), the link goes to another screen with the text. When the player has finished reading the text, he can come back to the choices screen.
- When he finally comes back, positiveChoice1 has been replaced by positiveChoice3. PositiveChoice2, NegativeChoice1 and NegativeChoice2 are always available, but the system is the same for them.
I've tried to create strings that replace positive/negativeChoicesX but it currently doesn't work.
I hope this description is understandable. If not, do not hesitate to tell me.
Thanks a lot!
Comments
Start choices positivechoice1 positivechoice2 positivechoice3 positivechoice4 negativechoice1 negativechoice2 negativechoice3 negativechoice4 If you want it to alternate so you can go back to pos/neg 1 and 2, just go into 3 and 4 and set them as false again
positivechoice3 etc.
you can also use counters if you want them to go to the new option a minimum amount of times before the old options re-reveal themselves again
You can of course change variable names and what name the link displays and stuff, as long as everything is connected the same. You don't have to start with Start, but you do need a page before your main choices menu to initialize the variables
If you need any more help, let me know and I'll see what I can do
Now I'm going to test it with my own variables, but there is no reason it doesn't work.
Thanks again for helping me !