Search found 7 matches

by useless19
Sat Oct 03, 2020 5:13 pm
Forum: Ren'Py Questions and Announcements
Topic: Hiding Menu Text In History
Replies: 2
Views: 324

Re: Hiding Menu Text In History

Personal taste. I like it to have the question *then* have the choice come up.

Might use that as a fall-back, ta.
by useless19
Sat Oct 03, 2020 2:39 pm
Forum: Ren'Py Questions and Announcements
Topic: Hiding Menu Text In History
Replies: 2
Views: 324

Hiding Menu Text In History

When I'm letting the player make a choice, I like to keep up the last thing that was said. Eg: "What would you like to do?" menu: "What would you like to do?{fast}" "Go to point A": jump point_a "Go to point B": jump point_b However, that makes the "What ...
by useless19
Mon May 20, 2019 10:37 am
Forum: Completed Games
Topic: Mee's Adventure [short] [free]
Replies: 0
Views: 661

Mee's Adventure [short] [free]

Mee's Adventure is a short choose your own path VN. Set in the world of InBetween, where tiny mouse-like creatures called Hylin try and survive in the Between (the place under floorboards and between walls) and avoid the Eaters (humans) who live in the Empty. From my friend's RPG system: InBetween I...
by useless19
Sat Dec 29, 2018 7:40 am
Forum: Ren'Py Questions and Announcements
Topic: Displaying multiple images through a loop
Replies: 3
Views: 369

Re: Displaying multiple images through a loop

Using a screen seems to be the way I need to go. I knew there had to be a simpler way, thanks!
by useless19
Sat Dec 29, 2018 6:58 am
Forum: Ren'Py Questions and Announcements
Topic: Displaying multiple images through a loop
Replies: 3
Views: 369

Re: Displaying multiple images through a loop

Thanks! I'll look into that and see how it goes.
by useless19
Fri Dec 28, 2018 10:27 am
Forum: Ren'Py Questions and Announcements
Topic: Displaying multiple images through a loop
Replies: 3
Views: 369

Displaying multiple images through a loop

I'm trying to display a hand of (randomly picked) cards. What I've found so far either can't find the image location, or thinks the cards are the same and only displays one at a time. For example: $ space = 1.0 / len(player_hand) $ i = 0 while i < len(player_hand): transform current_card_placement: ...
by useless19
Fri Dec 28, 2018 10:17 am
Forum: Welcome!
Topic: Guestbook
Replies: 5535
Views: 2709911

Re: Guestbook

Hi, I'm Useless from the UK and have recently found renpy and I've been having fun with it so far! I'm hoping to improve my understanding via the forum and maybe one day create a full game.