Search found 32 matches

by Lucky Duck
Fri Dec 22, 2017 12:31 am
Forum: Ren'Py Questions and Announcements
Topic: Renpy Memory?
Replies: 13
Views: 1325

Re: Renpy Memory?

No no the example and apple were for different chocies.. not the same one as in..

ones apple and the other could be for shoe color or what ever.. they werent for the same choice for the apples..
by Lucky Duck
Thu Dec 21, 2017 11:15 pm
Forum: Ren'Py Questions and Announcements
Topic: Sound Effects?
Replies: 4
Views: 642

Re: Sound Effects?

I didnt have a set script, i just made a new game and threw the sound in there, but i followed this:: https://www.renpy.org/doc/html/audio.html it says you can have a "music - A channel for music playback. sound - A channel for sound effects. voice - A channel for voice." but the voice com...
by Lucky Duck
Thu Dec 21, 2017 8:49 pm
Forum: Ren'Py Questions and Announcements
Topic: Sound Effects?
Replies: 4
Views: 642

Re: Sound Effects?

But im confused though because it says you can use "sound voice" but it dosnt work, so theres many ways of using it or should you use "use voice" for all

and if you stop it and click back, will it play again?
by Lucky Duck
Thu Dec 21, 2017 6:32 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy Memory?
Replies: 13
Views: 1325

Re: Renpy Memory?

Ok what I did was when that code was working was just changed the default choice = "" too default choice = "apple" which worked just fine! but i litterally copied the choice code again default choice = "example" define e = Character("Eileen", who_color="#...
by Lucky Duck
Thu Dec 21, 2017 3:26 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy Memory?
Replies: 13
Views: 1325

Re: Renpy Memory?

How can i add more though? D: cause it seems when i add more it just breaks? ;-;
by Lucky Duck
Thu Dec 21, 2017 2:10 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy Memory?
Replies: 13
Views: 1325

Re: Renpy Memory?

Thank you ^^ that worked just fine! >w< I think the probblem with the first code written was that it was missing "default choice" and just jumped to the menu o:

but thank you ^^
by Lucky Duck
Thu Dec 21, 2017 1:53 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy Memory?
Replies: 13
Views: 1325

Re: Renpy Memory?

I litterally copied everything you wrote
by Lucky Duck
Thu Dec 21, 2017 1:27 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy Memory?
Replies: 13
Views: 1325

Re: Renpy Memory?

I think so ^^'' i tried adding it but it keeps saying error
"Menu statment expects a non empty block"
"expected statment choose green apple"
"excpect statment choose red apple"
if i could get it going i could try and say ;n;
by Lucky Duck
Thu Dec 21, 2017 11:45 am
Forum: Ren'Py Questions and Announcements
Topic: Sound Effects?
Replies: 4
Views: 642

Sound Effects?

I tried adding some sounds but it played after the scene was over and stuff, how can i make a sound effect a one time thing and now overlap onto the next scene? so once its on its on but if the scene changes its over? o:
by Lucky Duck
Thu Dec 21, 2017 11:45 am
Forum: Ren'Py Questions and Announcements
Topic: Renpy Memory?
Replies: 13
Views: 1325

Renpy Memory?

Ive tried looking everywhere for a tutorial on this but couldnt find one ^^'' but, how would I make renpy remember what you did? like this happens in the game; >Choose the green apple >Choose the red apple if you choose the green apple renpy will know you chose it and will constantly know you chose ...
by Lucky Duck
Wed Dec 20, 2017 11:28 am
Forum: Ren'Py Questions and Announcements
Topic: Custom Name Character/Letter Limit?
Replies: 4
Views: 2859

Re: Custom Name Character/Letter Limit?

Thank you ^^ I dont know why I needed to add the other stuff because

"$ name = renpy.input("What is your name?", length=12)" worked

it only lets you have 12 characters xdd, so thank you ^^
by Lucky Duck
Tue Dec 19, 2017 1:20 pm
Forum: Ren'Py Questions and Announcements
Topic: Custom Name Character/Letter Limit?
Replies: 4
Views: 2859

Re: Custom Name Character/Letter Limit?

Im a little confused on where/how to add that ^^'' i added it and the game broke ^^''
by Lucky Duck
Tue Dec 19, 2017 12:36 pm
Forum: Ren'Py Questions and Announcements
Topic: Custom Name Character/Letter Limit?
Replies: 4
Views: 2859

Custom Name Character/Letter Limit?

So I have this: define player = Character("[name]") and this: $ name = renpy.input("What is your name?") $ name = name.strip() So basically what ever you enter will be your name, but im curious to ask how can I make a character/letter limit so someones name cant be like 999999999...
by Lucky Duck
Tue Dec 19, 2017 10:59 am
Forum: Ren'Py Questions and Announcements
Topic: Changing sections/scenes?
Replies: 13
Views: 1347

Re: Changing sections/scenes?

I dont want to change it just yet because i still want to make sure im using it correctly ^^'' and wait really o: it tried giving a virus? im really sorry to hear that!! D: here please try this, i used google drive this time D: https://drive.google.com/file/d/1fWkL-sI1OTSiWKoHDneXR3--fEUrq4od/view?u...
by Lucky Duck
Tue Dec 19, 2017 4:53 am
Forum: Ren'Py Questions and Announcements
Topic: Changing sections/scenes?
Replies: 13
Views: 1347

Re: Changing sections/scenes?

I know its ponies but just ignore that ;-; ok i think i got it, i'll link the file instead of just throwing all of my code again, but did i do it corect this time? everything seems to of worked just fine, after your answer it goes to the next scene c: you can also check the script with it and say if...