Search found 8 matches

by FabioKun
Sat Mar 30, 2019 11:52 am
Forum: Ren'Py Questions and Announcements
Topic: After a badend, jump to a label, but the label doesnt keep the proprieties before it.
Replies: 3
Views: 292

Re: After a badend, jump to a label, but the label doesnt keep the proprieties before it.

First, although that is not what you asked, that is not the most efficient way to handle translations. Take a look at these links: https://www.renpy.org/doc/html/translation.html https://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=43333 Second, labels should not be indented. Check the whole ...
by FabioKun
Fri Mar 29, 2019 11:28 am
Forum: Ren'Py Questions and Announcements
Topic: After a badend, jump to a label, but the label doesnt keep the proprieties before it.
Replies: 3
Views: 292

After a badend, jump to a label, but the label doesnt keep the proprieties before it.

So as it says in the title, I'm trying to make a set of choices, a choice leads to multiple choices, which in the end, lead to a bad end, after the bad end I want to return the player to the choices that change the outcome e.g:If i go right:I die If i go left:I Live But the new label doesn't keep th...
by FabioKun
Sun Mar 24, 2019 4:43 pm
Forum: Creator Discussion
Topic: Choices in ren'py? D:
Replies: 5
Views: 821

Re: Choices in ren'py? D:

Can you explain for me a little bit in more detail?I'm new to this and idk what do you mean by indented.i will over the tutorial again.
by FabioKun
Sun Mar 24, 2019 4:01 pm
Forum: Creator Discussion
Topic: How can i fix the main menu music thing?
Replies: 5
Views: 603

Re: How can i fix the main menu music thing?

yeah ty, i fixed that
by FabioKun
Sun Mar 24, 2019 3:51 pm
Forum: Creator Discussion
Topic: Choices in ren'py? D:
Replies: 5
Views: 821

Choices in ren'py? D:

So, as an experiment i wanted to implement a small choice in the game, but i get a weird error, ik something is wrong in the script, i dont know what.If i could get some help... I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game...
by FabioKun
Sun Mar 24, 2019 2:40 pm
Forum: Creator Discussion
Topic: How can i fix the main menu music thing?
Replies: 5
Views: 603

Re: How can i fix the main menu music thing?

Not all heroes wear capes, tho i moved it from options to scripts
by FabioKun
Sun Mar 24, 2019 2:39 pm
Forum: Creator Discussion
Topic: How can i fix the main menu music thing?
Replies: 5
Views: 603

Re: How can i fix the main menu music thing?

I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/script.rpy", line 17: expected statement. config.main_menu_music = "main_menu_music.ogg" ^ Ren'Py Version: Ren'Py 7.1.3.1092 Sun Mar 24 20:37:15 2019
by FabioKun
Sun Mar 24, 2019 2:21 pm
Forum: Creator Discussion
Topic: How can i fix the main menu music thing?
Replies: 5
Views: 603

How can i fix the main menu music thing?

So, i am trying to make a test game to get used to ren'py and stuff, but i can't put main menu music in the main menu. Here's the error: I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/options.rpy", line 64: Line is inde...