Search found 7 matches

by enzof2003
Mon Mar 11, 2019 4:23 am
Forum: Ren'Py Questions and Announcements
Topic: Is it possible to "Split up" the script file ?
Replies: 6
Views: 688

Is it possible to "Split up" the script file ?

Hello, so i was creating my Visual Novel, and the script is starting to be quite long, i though that maybe it was possible to make a script file for like each chapter but with no avail. So maybe one of you guys can help me out on this issue

Thank
by enzof2003
Tue Dec 04, 2018 3:15 am
Forum: Ren'Py Questions and Announcements
Topic: Return to a menu from a menu [Solved]
Replies: 3
Views: 442

Re: Return to a menu from a menu [Solved]

Thank you ! I used the Hide("inventory_screen") and it worked. The tag system seem harder to do than the Hide action. So for now it work :)
by enzof2003
Mon Dec 03, 2018 6:45 am
Forum: Ren'Py Questions and Announcements
Topic: Return to a menu from a menu [Solved]
Replies: 3
Views: 442

Return to a menu from a menu [Solved]

Hello, i tried to get a tablet system working. Like you click on a power button to show the menu of the table inventory then you click back to show the menu same menu. I'm having trouble to make a button that is from the inventory to go back to the tablet menu. Since both of them are menu, the Retur...
by enzof2003
Sat Nov 10, 2018 4:12 pm
Forum: Ren'Py Questions and Announcements
Topic: How put color inside vbox/hbox
Replies: 2
Views: 331

How put color inside vbox/hbox

Hello and sorry if that question was maybe asked or answered. But i couldn't find any answers online. I'm trying to change the color, the font and the style (bold). But i couldn't find a way to do it : style inventory_label: xalign 0.2 style slot: background Frame("square", 0,0) minimum(80...
by enzof2003
Sat Nov 10, 2018 12:51 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Error while trying to show a inventory screen
Replies: 3
Views: 543

Re: [Solved] Error while trying to show a inventory screen

Okay, thank to some rest and your help, i checked all my .rpy file and fixed the "," error and now it work. Thank you
by enzof2003
Fri Nov 09, 2018 7:50 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Error while trying to show a inventory screen
Replies: 3
Views: 543

Re: Error while trying to show a inventory screen

Thank for that help, but now i still get the same error : That my traceback I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 14, in script e "This game is still in Alpha developpement, typos and glitches can occur" File "r...
by enzof2003
Fri Nov 09, 2018 6:16 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Error while trying to show a inventory screen
Replies: 3
Views: 543

[Solved] Error while trying to show a inventory screen

Hello, i'm new to Ren'Py and Python, and i wanted to create a inventory system with equipable items and consumable items. And when i try to show the inventory screen it give me that : While running game code: File "game/script.rpy", line 14, in script e "This game is still in Alpha de...