Search found 6 matches

by CaleAlexander
Sun Jan 13, 2019 10:39 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Countdown Timer won't jump to a label when it ends?
Replies: 6
Views: 689

Re: Countdown Timer won't jump to a label when it ends?

Sorry for my confusion, I was getting errors trying to paste this into my script file so I assumed the menus were the issue. It actually works perfect, thanks so much for your patience! :^)
by CaleAlexander
Sun Jan 13, 2019 5:30 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Countdown Timer won't jump to a label when it ends?
Replies: 6
Views: 689

Re: Countdown Timer won't jump to a label when it ends?

Thanks, but I'm not attempting to use a single timed menu for this portion. The player has to navigate through several different menus within a time limit. Here's a section of my code for this: label gspuzzlep2: menu: "Left aisle": play sound "kart.wav" jump incorrect2 "Cent...
by CaleAlexander
Thu Jan 10, 2019 2:46 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Countdown Timer won't jump to a label when it ends?
Replies: 6
Views: 689

[SOLVED] Countdown Timer won't jump to a label when it ends?

I'm having some trouble with my countdown timer. When the timer ends I want it to immediately jump to a label but right now it just flashes 0 and does nothing. There's no error message, it just doesn't do anything. Here is the code for the timer that I found on another forum post. The only thing I c...
by CaleAlexander
Wed Jan 02, 2019 4:05 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] Better way to put a wait tag for every comma/period?
Replies: 2
Views: 324

[solved] Better way to put a wait tag for every comma/period?

Hello, I'm very new to Renpy and I'm currently working on my first proper game. I'm writing dialogue and using the wait tag to have short pauses in the text display wherever there is a comma/ellipsis/period etc to give the character their own kind of "speech pattern" to make it more realis...