Search found 5 matches

by Cyberneticman
Thu Apr 23, 2020 1:35 pm
Forum: Ren'Py Questions and Announcements
Topic: multiple timer/clock/countdown timer
Replies: 4
Views: 374

Re: multiple timer/clock/countdown timer

Thank you! this work perfectly for my need!
by Cyberneticman
Thu Apr 23, 2020 9:52 am
Forum: Ren'Py Questions and Announcements
Topic: multiple timer/clock/countdown timer
Replies: 4
Views: 374

Re: multiple timer/clock/countdown timer

This one works too... and this is mostly based on what you want to happen... default timers = { "tv": 0, "video": 0 # Add more here for the rest of your timers... # Each timer should be separated by commas and contain the timer name that you want to display and its initial timeo...
by Cyberneticman
Wed Apr 22, 2020 6:20 pm
Forum: Ren'Py Questions and Announcements
Topic: multiple timer/clock/countdown timer
Replies: 4
Views: 374

multiple timer/clock/countdown timer

Hi all trying to do a small thingy with multiple timer for activities for the kids (number shown in minutes) if an action is selected. i've looked around the forum and help but either i get and error , or the timer wont hide, or an ending timer request an action when i try the solution discussed els...
by Cyberneticman
Thu Apr 16, 2020 1:46 pm
Forum: Ren'Py Questions and Announcements
Topic: Cannot transfer Text from condition result to declared screen vbox
Replies: 4
Views: 515

Re: Cannot transfer Text from condition result to declared screen vbox

Thank you all for the reply, The not working part was me trying to transfer variable into a "Sub-string", (like a concatenate) then use that "sub-string" in a list as another string (somewhat of a double formatting?) It's like leaf in the branch in the tree in the forest type of ...
by Cyberneticman
Tue Apr 14, 2020 10:28 pm
Forum: Ren'Py Questions and Announcements
Topic: Cannot transfer Text from condition result to declared screen vbox
Replies: 4
Views: 515

Cannot transfer Text from condition result to declared screen vbox

Hello all, i finally decided to learn how to make visual novel and my background is more on vb.net, so i'm new at python and ren'py. Currently I got this little private game im working on where the user throw dice to get certain result, after a few condition, it generate a phrase, which i can show i...