Search found 2 matches

by Version6
Sat Apr 16, 2011 4:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Two questions: Different endings and lipflap/blink issues
Replies: 4
Views: 769

Re: Two questions: Different endings and lipflap/blink issue

Ah, perfect! This is a great help. Thank you both. :)
by Version6
Fri Apr 15, 2011 11:19 pm
Forum: Ren'Py Questions and Announcements
Topic: Two questions: Different endings and lipflap/blink issues
Replies: 4
Views: 769

Two questions: Different endings and lipflap/blink issues

Alright! First off, I was wondering how I would set up my game to have more than two different endings. The current code I'm using is assigning $ points += 1 to certain choices throughout the game. When it comes time to branch off into the different endings I have if points > 0: jump good_ending els...