Search found 11 matches

by gdf
Wed Feb 14, 2018 3:27 pm
Forum: Ren'Py Questions and Announcements
Topic: If staement/input Help!
Replies: 9
Views: 1146

Re: If staement/input Help!

Thanks
by gdf
Sat Feb 10, 2018 2:25 pm
Forum: Ren'Py Questions and Announcements
Topic: If staement/input Help!
Replies: 9
Views: 1146

Re: If staement/input Help!

Can you tell me how to code should go?
Correct the code:
$ Theme_one = renpy.input()
$ Theme_one = Theme_one.strip()
if Theme_one == "nothing":
s "Okay"
Its written liek that exactly
by gdf
Thu Feb 08, 2018 12:54 pm
Forum: Ren'Py Questions and Announcements
Topic: If staement/input Help!
Replies: 9
Views: 1146

Re: If staement/input Help!

Like this?
$ Theme_one = renpy.input()
$ Theme_one = Theme_one.strip()
if Theme_one == "nothing":
s "Okay"
by gdf
Tue Feb 06, 2018 4:52 pm
Forum: Ren'Py Questions and Announcements
Topic: If staement/input Help!
Replies: 9
Views: 1146

New problem

A new problem :
While running game code:
File game/script.rpy,line 31, in script
$ Theme_one.strip()
File game/script.rpy,line 31,in <module>
$ Theme_one=Theme_one.strip()
Attribute error : "function" object has no attribute "strip"
by gdf
Sun Feb 04, 2018 11:40 am
Forum: Ren'Py Questions and Announcements
Topic: If staement/input Help!
Replies: 9
Views: 1146

If staement/input Help!

$ Theme_one = renpy.input $ Theme_one = Theme_one.strip() if Theme_one == "nothing": s "Okay" This is my games code,well a small part of the code,so I wanted the the player to be able to type in aword/theme and different theme gets a different answer,When I launch the project my ...
by gdf
Sun Jan 21, 2018 7:13 am
Forum: Ren'Py Questions and Announcements
Topic: Image error/PLEASE HELP
Replies: 3
Views: 431

Re: Image error/PLEASE HELP

Thanks so much it worked!!!
by gdf
Sun Jan 21, 2018 7:06 am
Forum: Ren'Py Questions and Announcements
Topic: Image error/PLEASE HELP
Replies: 3
Views: 431

Re: Image error/PLEASE HELP

Thanks Ill try that!
by gdf
Sat Jan 20, 2018 4:13 pm
Forum: Ren'Py Questions and Announcements
Topic: Image error/PLEASE HELP
Replies: 3
Views: 431

Image error/PLEASE HELP

Icouldnt add any images to my visual novel game ,I have tried several times and it didnt work.I put all the images in the game(project) folder.PLEASE HELP
by gdf
Thu Jan 18, 2018 4:00 pm
Forum: Ren'Py Questions and Announcements
Topic: Images add error
Replies: 2
Views: 369

Re: Images add error

I cant add pictures there is always an error this is the code I used: # Declare images below this line, using the image statement. image bg school = "school.jpg" # Declare characters used by this game. The color argument colorizes the # name of the character. define u = Character("???...
by gdf
Thu Jan 18, 2018 4:00 pm
Forum: Ren'Py Questions and Announcements
Topic: Images add error
Replies: 2
Views: 369

Re: Images add error

ggdf
by gdf
Thu Jan 18, 2018 3:59 pm
Forum: Ren'Py Questions and Announcements
Topic: Images add error
Replies: 2
Views: 369

Images add error

I cant add pictures there is always an error this is the code I used: # Declare images below this line, using the image statement. image bg school = "school.jpg" # Declare characters used by this game. The color argument colorizes the # name of the character. define u = Character("???...