Search found 4 matches

by victoratdawn
Sun Oct 04, 2015 12:13 am
Forum: Ren'Py Questions and Announcements
Topic: Coding Question: Unlockable ending?
Replies: 6
Views: 947

Re: Coding Question: Unlockable ending?

Ah that was it, thank you so much!
I never would've caught that on my own, so I appreciate it!
by victoratdawn
Sat Oct 03, 2015 8:52 pm
Forum: Ren'Py Questions and Announcements
Topic: Coding Question: Unlockable ending?
Replies: 6
Views: 947

Re: Coding Question: Unlockable ending?

I fixed up the coding, thank you for that by the way, but it still isn't working? Again, it doesn't appear to be carrying the information over to count the special end as true. But considering I'm probably not explaining things well via text and to save some further struggling, I'll just post the te...
by victoratdawn
Sat Oct 03, 2015 4:01 pm
Forum: Ren'Py Questions and Announcements
Topic: Coding Question: Unlockable ending?
Replies: 6
Views: 947

Re: Coding Question: Unlockable ending?

I've been doing that? Like, I'm using persistent statements and setting them to true but it doesn't seem to be carrying this information over. init: $ persistent.a_end is None $ persistent.b_end is None $ persistent.c_end is None $ persistent.d_end is None $ persistent.normal is None $ persistent.sp...
by victoratdawn
Thu Oct 01, 2015 11:58 pm
Forum: Ren'Py Questions and Announcements
Topic: Coding Question: Unlockable ending?
Replies: 6
Views: 947

Coding Question: Unlockable ending?

I've spent about...7 hours struggling to figure out a way to make an unlockable ending using Ren'py and python coding. The idea is to have the player complete four endings and once those are done, unlock the ability to play the fifth ending. Unfortunately, I can't even get the coding to work for a s...