Search found 9 matches

by darklily429
Tue Aug 25, 2015 5:58 am
Forum: Ren'Py Cookbook
Topic: Inventory Screen
Replies: 100
Views: 102480

Re: Inventory Screen

First of all I want to say thank you so much for putting this up! I've been tearing my hair out trying to figure out how to get my inventory to work and this has made it so much easier! :D I do have a couple of questions though that hopefully someone might be able to help me with: 1) I have a side i...
by darklily429
Fri Aug 07, 2015 1:36 am
Forum: Ren'Py Questions and Announcements
Topic: How to display stats at side of game screen
Replies: 8
Views: 1944

Re: How to display stats at side of game screen

It works perfectly :D

You're an absolute star, thank you so much for all your help!
by darklily429
Thu Aug 06, 2015 6:23 pm
Forum: Ren'Py Questions and Announcements
Topic: How to display stats at side of game screen
Replies: 8
Views: 1944

Re: How to display stats at side of game screen

I'm sorry I completely overlooked that :oops: It's working perfectly now! :D Thank you so much for all the help :) I just have one final question - do you know if there's a way to make it so clicking on the next button for will minimise whichever screen was open before rather than having to press &q...
by darklily429
Thu Aug 06, 2015 5:15 pm
Forum: Ren'Py Questions and Announcements
Topic: How to display stats at side of game screen
Replies: 8
Views: 1944

Re: How to display stats at side of game screen

How I show the screen: imagemap: ground 'gui/quick menu/qm_ground.png' idle 'gui/quick menu/qm_ground.png' hover 'gui/quick menu/qm_hover.png' selected_idle "gui/quick menu/auto_selected.png" selected_hover "gui/quick menu/auto_selected.png" alpha False hotspot (1202, 8, 60, 48) ...
by darklily429
Thu Aug 06, 2015 4:04 pm
Forum: Ren'Py Questions and Announcements
Topic: How to display stats at side of game screen
Replies: 8
Views: 1944

Re: How to display stats at side of game screen

trooper6 thanks for replying so quickly! I never even thought about using image buttons ^^' That'll probably make my life way easier! Just another question though - I've managed to get the stats screen to show up now (thanks to all your help) but do you know if its possible to continue playing the g...
by darklily429
Wed Aug 05, 2015 5:38 pm
Forum: Ren'Py Questions and Announcements
Topic: How to display stats at side of game screen
Replies: 8
Views: 1944

How to display stats at side of game screen

So I'm basically trying to get the main screen looking the way I wanted but amen't quite sure how. The picture I attached is roughly what the layout is at the moment, and I've worked out most things. My problem is the buttons on the left (in pink). I'm basically trying to make it so, depending on wh...
by darklily429
Mon Feb 06, 2012 10:16 am
Forum: Ren'Py Questions and Announcements
Topic: File "game/options.rpy", line 265: invalid syntax
Replies: 1
Views: 421

File "game/options.rpy", line 265: invalid syntax

Hi, I know I've posted a similar question recently, but when I was trying to fix a different error, I accidentally deleted something, and now the script won't run anymore. I've tried to think back to what I had before, but my brain's malfuntioning Here's what the message says: File "game/option...
by darklily429
Sat Jan 21, 2012 2:15 pm
Forum: Ren'Py Questions and Announcements
Topic: File "game/options.rpy", line 265: expected statement. Help
Replies: 2
Views: 539

Re: File "game/options.rpy", line 265: expected statement. H

Oh right. Thank you so much! I feel a bit stupid now. :P
by darklily429
Sat Jan 21, 2012 10:12 am
Forum: Ren'Py Questions and Announcements
Topic: File "game/options.rpy", line 265: expected statement. Help
Replies: 2
Views: 539

File "game/options.rpy", line 265: expected statement. Help

Hi, So I'm trying to make a Character creation screen for a game on Ren'Py but when I launched it it said this: "File "game/options.rpy", line 265: expected statement." So I was wondering if anyone could tell me how to fix this error, and/or what it means. Thank you very much in ...