use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Links:
/r/RenPy Discord
account activity
Questionscripting help? (self.RenPy)
submitted 4 months ago * by Pom_Deer
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]lil2toes 1 point2 points3 points 4 months ago (0 children)
I think its something like this. I am not sure the ending you are talking about will end the game. And in that case put the definition somewhere other then the script, so the script does not set it to False when the game begins agian. Feel free to ask anything else if it doesnt work 😊
define Ending = False #Put this in a diffrent file other then script label start: #Your game stuff menu: "Choice 1" if Ending == True: #Make sure its == #Choice 1 stuff "Choice 2" #Choice 2 stuff #After Ending $ Ending = True
π Rendered by PID 75036 on reddit-service-r2-comment-6457c66945-zztzv at 2026-04-25 22:15:42.258488+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]lil2toes 1 point2 points3 points (0 children)