- Feb 13, 2019
- 512
- 1,990
Not sure if right section, but...
I've created a mod for Thirsty for my Guest. At the moment there are two versions. One with walkthrough and one without. I'd like to combine them by creating a togglable walkthrough.
But I don't know how to connect the setting and the in-game choices.
Ideally, I'd like to keep it simple.
So, like setting up a kwarg for the choices.
Original:
menu:
"No problem {color=#00c000}(Recommended){/color}":
With kwarg "R"
menu:
"No problem"(R="Recommended"):
But I'm not a coder. Can someone create the code needed? I assume for screens.rpy.
Here's the screens.rpy 335 and 821 is what I've attempted. But when I changed the script to test, I got an error.
I've created a mod for Thirsty for my Guest. At the moment there are two versions. One with walkthrough and one without. I'd like to combine them by creating a togglable walkthrough.

But I don't know how to connect the setting and the in-game choices.
Ideally, I'd like to keep it simple.
So, like setting up a kwarg for the choices.
Original:
menu:
"No problem {color=#00c000}(Recommended){/color}":
With kwarg "R"
menu:
"No problem"(R="Recommended"):
But I'm not a coder. Can someone create the code needed? I assume for screens.rpy.
Here's the screens.rpy 335 and 821 is what I've attempted. But when I changed the script to test, I got an error.
Last edited: