Search found 4 matches

by H2ugo
Thu Apr 02, 2015 11:07 am
Forum: Ren'Py Questions and Announcements
Topic: Add a in-game dynamic character menu. \Solved\
Replies: 2
Views: 588

Re: Add a in-game dynamic character menu.

xavimat, you are a genius! Thats exactly what i wanted, ty so much.
by H2ugo
Wed Apr 01, 2015 3:28 pm
Forum: Ren'Py Questions and Announcements
Topic: Add a in-game dynamic character menu. \Solved\
Replies: 2
Views: 588

Add a in-game dynamic character menu. \Solved\

Hello, here's something that i have no clue how to do, i have been reading too many post but i didnt find something helpful I want a in-game button (for example, a cell-phone) that player can click anytime to open a menu to see the characters profile. I also want that this profiles to be unlocked as...
by H2ugo
Sun Mar 29, 2015 3:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Make a event randomly different [SOLVED]
Replies: 4
Views: 524

Re: Make a event randomly different

Search for renpy.random module. It should have what you need, something like: $ random_person = renpy.random.choice(["Alex", "Jane", "Sakura"]) will work. Thank you for your answer, but i dont get it, are "Alex", "Jane" and "Sakura" the la...
by H2ugo
Sun Mar 29, 2015 3:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Make a event randomly different [SOLVED]
Replies: 4
Views: 524

Make a event randomly different [SOLVED]

So... im so new to ren'py, im making a project and i want this to happen: -the character is walking across a park and then he meets someone from a list of 3 people. -of course i want the character he meets be choose randomly by the game. (i think it means jump randomly to one of three selected label...