Search found 5 matches

by Crazyreyn
Thu Mar 06, 2014 7:11 am
Forum: Ren'Py Questions and Announcements
Topic: Displaying numbers without decimal places
Replies: 2
Views: 802

Displaying numbers without decimal places

Hi, This is probably simple to solve but I can't see any help on it elsewhere - basically numbers I display have six decimal places, when I just want to show the whole number. label restart1: $ number = 244 $ sex = renpy.random.choice(['Male', 'Female']) $ age = renpy.random.randint(17, 59) jump are...
by Crazyreyn
Sat Jun 29, 2013 4:32 am
Forum: General Discussion
Topic: OUYA - The console for $99 that supports Android
Replies: 70
Views: 10743

Re: OUYA - The console for $99 that supports Android

I'd love to see my games on Ouya - I'm not skilled enough to port it across myself so some sort of official support or how-to guide from the community would be great.
by Crazyreyn
Sat Mar 16, 2013 2:18 pm
Forum: Ren'Py Questions and Announcements
Topic: Changing menu text / options without character input
Replies: 1
Views: 474

Changing menu text / options without character input

I want to have a situation where text and a menu option can change if the player doesn't select any options after a certain amount of time. For example - a character is looking towards you. After, say, ten seconds, the character looks away, at which point it will replaced by a whole new block of tex...
by Crazyreyn
Thu Feb 07, 2013 1:18 pm
Forum: Ren'Py Questions and Announcements
Topic: Music not seamlessly looping
Replies: 1
Views: 416

Music not seamlessly looping

Hi! Music isn't seamlessly looping in my game - there's a slight gap when it starts over, which is obviously very jarring. I've checked the audio file for a gap at the start or end and there are none, so that shouldn't be the problem. Couldn't see anything else in the forums when searching but is th...