Timed Choice Menu in Ren'Py
A downloadable asset pack
Download NowName your own price
Jump to a label when the timer runs out for situations where the urgency of a time-sensitive decision is desired.
You can now stop using that outdated Cookbook example, PLEASE?
MIT License, or in other words, do whatever you want with it. If you are kind enough to provide credit then linking back to this page will be more than enough.
How to install
- Download the file and put it in your Ren'Py /game folder.
- Or you can just watch the first 5 minutes of the video.
How to use
- You already know how to use the normal choice menu.
menu: # choices
- To make a 10-second timer, just add this extra code in brackets ().
menu(time=10.0, timeout="too_slow"): # choices
- Where "too_slow" is the name of your label to jump to after the time has run out.
- The original choice menu will still work.
Updated | 23 days ago |
Status | Released |
Category | Assets |
Rating | Rated 5.0 out of 5 stars (6 total ratings) |
Author | CuteShadow |
Genre | Visual Novel |
Tags | Graphical User Interface (GUI), Ren'Py, Tutorial, User Interface (UI) |
Download
Download NowName your own price
Click download now to get access to the following files:
timed_choice.rpy 6.4 kB
Comments
Log in with itch.io to leave a comment.
Hi! We used this for our jam project! Very useful! Thank you so much! https://azurextwilight.itch.io/quincentra-english
Looks so cool! Thank you!
interesting