Search found 7 matches

by yawnie
Wed Jan 17, 2018 12:51 am
Forum: Ren'Py Questions and Announcements
Topic: [solved] $ui.interact() Required Parameter Has No Value?
Replies: 6
Views: 2940

Re: $ui.interact() Required Parameter Has No Value?

Did you change anything in the UI? If so, what? I might not be able to help solve the problem, but I can help narrow down where the problem is. Thank you so much for trying to help! Unfortunately, I just started a new project... XD I think I'll start with stuff for beginners instead of trying to ta...
by yawnie
Tue Jan 16, 2018 3:45 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]String Slicing does not work
Replies: 6
Views: 1049

Re: String Slicing does not work

Oh, maybe it's an indentation error? hl_count is giving me the correct value. Hmm...

I changed the second and third if statements to elifs and they seem to be working! Thank y'all for your help. :)
by yawnie
Tue Jan 16, 2018 3:43 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]String Slicing does not work
Replies: 6
Views: 1049

Re: String Slicing does not work

default statements are executed during initialization stage. What is the value of g1_name at that moment? Aha! I changed it so that default status ="" and $status = g1_name[:2] and status now has the value of "HL". Thank you! It's still not giving me what I want though... label ...
by yawnie
Tue Jan 16, 2018 1:44 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]String Slicing does not work
Replies: 6
Views: 1049

Re: String Slicing does not work

It looks to me like you made a subtle typo. Using lowercase "l" instead of the number "1". I could be wrong, but they look slightly different to me on here. Ahh. Oh well. The problem is that I fixed the typo and it's still not working. label choose_subjects: label choose_g1: cal...
by yawnie
Tue Jan 16, 2018 12:30 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]String Slicing does not work
Replies: 6
Views: 1049

[Solved]String Slicing does not work

Hi, I'm trying to slice a string but renpy is telling me that g1_name isn't defined -- what's weird is that g1_name does have a value at that point. When screen group1_subjects is called, the user is encouraged to choose a textbutton (for example "HL English Literature") and it changes the...
by yawnie
Mon Jan 15, 2018 12:05 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] $ui.interact() Required Parameter Has No Value?
Replies: 6
Views: 2940

Re: $ui.interact() Required Parameter Has No Value?

Sorry, I had no idea where the error was occurring, so I couldn't post the code here. :( I usually take my time learning new stuff but it's a school project (kind of) so I thought I would just learn as I go... which obviously was a bad decision. I guess I'll just have to try again!
by yawnie
Mon Jan 15, 2018 11:39 am
Forum: Ren'Py Questions and Announcements
Topic: [solved] $ui.interact() Required Parameter Has No Value?
Replies: 6
Views: 2940

[solved] $ui.interact() Required Parameter Has No Value?

I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() Exception: Required parameter title has no value. -- Full Tra...