Search found 19 matches

by gensuta
Fri May 27, 2016 1:30 am
Forum: Ren'Py Questions and Announcements
Topic: Help with making a shop in renpy!![SOLVED]
Replies: 6
Views: 6733

Help with making a shop in renpy!![SOLVED]

Hiya again, I have a feeling I'll be posting a lot in here because I'm fairly new to the whole coding thing, but I've been trying my best to make things work. I've been trying to solve this for several hours but had no luck whatsoever! All I'm trying to do is make a scene for when you go buy things....
by gensuta
Fri May 27, 2016 12:59 am
Forum: Ren'Py Questions and Announcements
Topic: AttributeError: 'str' object has no attribute [SOLVED]
Replies: 4
Views: 4075

Re: AttributeError: 'str' object has no attribute [SOLVED]

xavimat wrote:Look at the documentation for more reserved names. Better avoiding them for your own variable names: https://www.renpy.org/doc/html/reserved.html
Ah, thanks! I'll make sure to look through it so I don't make this mistake again.
by gensuta
Sat Apr 30, 2016 7:47 am
Forum: Ren'Py Questions and Announcements
Topic: AttributeError: 'str' object has no attribute [SOLVED]
Replies: 4
Views: 4075

Re: AttributeError: 'str' object has no attribute '_window_a

DragoonHP wrote:"store" is a reserved name. Use some other name for storing this:

Code: Select all

define store = " George Street Shuffle.mp3"

ohhhh!! Thank you so much it worked!
by gensuta
Sat Apr 30, 2016 1:23 am
Forum: Ren'Py Questions and Announcements
Topic: AttributeError: 'str' object has no attribute [SOLVED]
Replies: 4
Views: 4075

AttributeError: 'str' object has no attribute [SOLVED]

Hello everyone, So I've been having this issue all day and after hours of trying all these different things NOTHING WORKED! So I finally decided I should ask for help. I'm more of an amateur at coding at the moment so I don't quite understand everything besides what I've learned from tutorials so I ...