Search found 17 matches
- Sun Mar 31, 2019 3:54 am
- Forum: Ren'Py Questions and Announcements
- Topic: Why do all the options appear, when stated not to?
- Replies: 2
- Views: 280
Why do all the options appear, when stated not to?
SOLVED Hello, my name is Butterfly! So I recently posted a question, but I'm probably going to be asking a lot more. Thanks for your precious time! So my question is... Well, here's my code: label start: scene tablenormal $ left = False $ bond = 0 "If you already have data, load it up. Now is the ti...
- Sat Mar 30, 2019 2:27 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Variables in Ren'Py
- Replies: 2
- Views: 224
Variables in Ren'Py
Hello, my name is Butterfly! I'm coding a game called Friends Forever which you can talk to a character. I want a variable call "bond" to allow you to unlock more talking options with her, though I get errors. This is the code: define n = Character("Nozomi") define audio.normal = "music/idlecreepy.o...