Search found 7 matches

by birdybirdnerd
Mon Jul 23, 2018 12:08 am
Forum: Ren'Py Questions and Announcements
Topic: so my menu flag isnt working [SOLVED]
Replies: 6
Views: 741

Re: so my menu flag isnt working

thats a good point. not sure if they updated it since i downloaded it a few months ago, but the tutorial im using is labeled version 7.0.0.196.
by birdybirdnerd
Sun Jul 22, 2018 11:22 pm
Forum: Ren'Py Questions and Announcements
Topic: so my menu flag isnt working [SOLVED]
Replies: 6
Views: 741

Re: so my menu flag isnt working

alright so that worked and its working just fine now. i guess im just confused bc the tutorial that comes with the program didnt say anything about having to define the default like that. thanks though! ill go back and add in that for the others as well, since when playtesting after editing it did t...
by birdybirdnerd
Sun Jul 22, 2018 8:36 pm
Forum: Ren'Py Questions and Announcements
Topic: so my menu flag isnt working [SOLVED]
Replies: 6
Views: 741

so my menu flag isnt working [SOLVED]

im messing around with menu flags, and so far theyve been working just fine, but this one for some reason isnt working like the others. i went through and checked and wrote it out the same as previous ones that were working, but this one is being stubborn and crashing the game heres the code for ref...
by birdybirdnerd
Sun Jul 22, 2018 8:31 pm
Forum: Ren'Py Questions and Announcements
Topic: if/else jumping to wrong part [SOLVED]
Replies: 3
Views: 489

Re: if/else jumping to wrong part

i figured it out, im sorry i forgot to respond. it was a problem with not giving the code a place to jump back to, so it jumped forward to the next place it could. thanks though
by birdybirdnerd
Thu Jul 19, 2018 5:36 pm
Forum: Ren'Py Questions and Announcements
Topic: if/else jumping to wrong part [SOLVED]
Replies: 3
Views: 489

if/else jumping to wrong part [SOLVED]

so ive included a couple menu flags so far, and used the if/else statements referring to them and all that. when playtesting, though, if i choose the option with the flag, it does that line then jumps immediately past the rest of the dialogue to the next menu i dont know how to explain this properly...
by birdybirdnerd
Sun Jun 17, 2018 11:28 am
Forum: Ren'Py Questions and Announcements
Topic: help! simple problem
Replies: 2
Views: 442

Re: help! simple problem

THERE it goes. i had the indentations all messed up apparently. it runs now! thank you so much! ill probably be back after i write some more and come across another problem, but for now: thank you!!!!
by birdybirdnerd
Sun Jun 17, 2018 10:49 am
Forum: Ren'Py Questions and Announcements
Topic: help! simple problem
Replies: 2
Views: 442

help! simple problem

i just started using renpy and python to code a visual novel, and ive already run into a problem. i know its probably super easy to fix, but im struggling and its embarrassing. ive actually run into a few while trying to run what i have so far, but ill start with the top one so i can see what the ot...