Search found 2 matches

by VictorSeven
Mon May 17, 2021 4:53 am
Forum: I am a Programmer, Director, or Other
Topic: [FREE] [HOBBY] Developer looking for project
Replies: 4
Views: 2669

Re: [FREE] [HOBBY] Developer looking for project

Hello. I'm working on a NSFW game called World's Crossing Academy. I took over the programming from my previous coder, and am looking to add features to the game such as side story routes and quest steps. Here's the explainer post: https://www.patreon.com/posts/what-is-worlds-43632064 As you can see...
by VictorSeven
Sat May 15, 2021 7:38 pm
Forum: Ren'Py Questions and Announcements
Topic: Make choice disappear after being chosen
Replies: 2
Views: 857

Re: Make choice disappear after being chosen

Here's what I did in my game. label mondaychoicesetup: default _mondaychoice = 0 $mc1 = True $mc2 = True $mc3 = True $mc4 = True $mc5 = True $mc6 = False if _mondaychoice == 5: $mc6 = True "Damn. Jack and Alphonse must be putting in work. I'm actually done early for once." label mondaychoi...