Search found 3 matches

by kyonu
Thu Jun 11, 2020 4:14 pm
Forum: Ren'Py Questions and Announcements
Topic: Can't get povname to work right: Indentation error
Replies: 4
Views: 210

Re: Can't get povname to work right: Indentation error

My apologies, I misread what you wrote--but I just did exactly what you said now, and now it works great! Thank you for your help!
by kyonu
Thu Jun 11, 2020 3:08 pm
Forum: Ren'Py Questions and Announcements
Topic: Can't get povname to work right: Indentation error
Replies: 4
Views: 210

Re: Can't get povname to work right: Indentation error

Thanks for the response! You're right, I changed it from "David" to "povname", thanks for the suggestion. As for the indentation, I made the recommended change, and see below for new code: define pov = Character("[povname]") python: povname = renpy.input("What will...
by kyonu
Thu Jun 11, 2020 1:04 pm
Forum: Ren'Py Questions and Announcements
Topic: Can't get povname to work right: Indentation error
Replies: 4
Views: 210

Can't get povname to work right: Indentation error

Hello everyone. I'm being plagued by this one error and cannot figure out how to get rid of it. I am trying to make a simple povname change in the code, after copying the suggestion from the official documentation. See code below: python: povname = renpy.input("What will be the MC name? Default...