Search found 2 matches

by Mallamun
Fri Jun 08, 2007 1:57 pm
Forum: Ren'Py Questions and Announcements
Topic: Variable ranges?
Replies: 4
Views: 1458

Thank you both : )

Is there a rule for how many "and"s I can use? Could I for example say, If scoreA < 4 and scoreB > 8 and scoreC == 6 jump ending_blah?
by Mallamun
Thu Jun 07, 2007 6:59 pm
Forum: Ren'Py Questions and Announcements
Topic: Variable ranges?
Replies: 4
Views: 1458

Variable ranges?

Attack of the Newbie Question That Has Probably Been Asked A Million Times Before! When adding and subtracting numeric variables ($ variable +/-= x), how do I get it to +/- a random number within a given range instead of a fixed value? Likewise, when customizing endings, instead of operating purely ...