I don't know how to describe this, but basically my input screen is missing that little flashing | at the end of the line to indicate that you should be writing lol
How do I get that? It has never appeared, not even in the original game file to my knowledge...
No indicator (?) in input screen
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
- Per K Grok
- Miko-Class Veteran
- Posts: 807
- Joined: Fri May 18, 2018 1:02 am
- Completed: the Ghost Pilot, Sea of Lost Ships, Bubbles and the Pterodactyls, Defenders of Adacan Part 1 & 2, the Phantom Flyer
- itch: per-k-grok
- Location: Sverige
- Contact:
Re: No indicator (?) in input screen
The thingy is called a 'caret'. I do get a none-blinking caret as default. Don't know why you don't.chesarty wrote: ↑Sun Jan 10, 2021 1:54 pmI don't know how to describe this, but basically my input screen is missing that little flashing | at the end of the line to indicate that you should be writing lol
Illustration.png
How do I get that? It has never appeared, not even in the original game file to my knowledge...
But you can use an image for caret, even an animated image.
So you could do this.
Code: Select all
image blink:
"caret1.png"
0.2
"caret2.png"
0.2
repeat
Code: Select all
screen myinput():
input caret "blink"
Who is online
Users browsing this forum: Google [Bot], Voz