Search found 18 matches

by Plusle
Sat Feb 08, 2014 8:22 pm
Forum: Ren'Py Questions and Announcements
Topic: Setting up endings for a Dating Sim based on points
Replies: 19
Views: 3088

Re: Setting up endings for a Dating Sim based on points

Ah, I worked it out, I put the code
$ Rpoints = 0

before the label start text...
by Plusle
Sat Feb 08, 2014 8:15 pm
Forum: Ren'Py Questions and Announcements
Topic: Setting up endings for a Dating Sim based on points
Replies: 19
Views: 3088

Re: Setting up endings for a Dating Sim based on points

Ah... You're right, I didn't realize that.. d'oh >< Just changed it though and still getting an error. Am i not positioning the point's addition properly? Like.. if I'm in a menu, do I write the point addition next to/directly underneath the correct menu option or at the beginning of the correspondi...
by Plusle
Sat Feb 08, 2014 7:02 am
Forum: Ren'Py Questions and Announcements
Topic: Setting up endings for a Dating Sim based on points
Replies: 19
Views: 3088

Setting up endings for a Dating Sim based on points

I'm making a dating sim where, depending on how you answer, you can get one of three endings - friendship, romance and 'special' romance. (romance but with an extra scene at the end). I've tried to set up a points system for 'romance' points. If you get 0-2 you get the friendship ending, 3-5 is the ...