- Nov 4, 2018
- 460
- 1,221
MoonBox I found an error while on the phone with Omar, not only is O'Reilly misspelled, but you probably wanted to use the barName variable there since it can be changed in the rels.py file.
You might also want to consider using the boolean True instead of the string "Yes" for values. Not that it matters with Ren'Py but making one comparison is much more efficient than making four (Y e s \0).
Coming back to Omar, does Petunia's mom look like Lily and he's afraid of the saying "your girlfriend will look like her mom in x years?" Amy's butt gets an 11/10 would like to see again.
You might also want to consider using the boolean True instead of the string "Yes" for values. Not that it matters with Ren'Py but making one comparison is much more efficient than making four (Y e s \0).
Python:
$ futureVariable = "Yes"
$ futureVariable = True