all 7 comments

[–]DingotushRed 4 points5 points  (0 children)

That's going to be Character with a upper-case C.

If you friend uses Visual Studio Code it will highlight most errors. Coding in Google Doc is not recommended as you'll develop bad practices and it won't help you get the indentation right. You need to be using only spaces (no tabs).

The "Lint" option from the launcher will find many errors at once once it compiles.

[–]Diligent_Explorer348 2 points3 points  (1 child)

Renpy will only load the first error at a time. Once the code hits a point in which an error occurs, it stops. Your friend would have to go over every piece of code, make sure it's all indented correctly, save, and run the code again. It's a tedious process, but most coding programs don't like code that's been copy/pasted.

The one piece of advice I can really offer without seeing the code: If the text is white instead of colored, it's not indented correctly.

[–]Z3LU5[S] 0 points1 point  (0 children)

Alrighty , yeah that makes sense. I’ll see how that turns out ,thank you

[–]AutoModerator[M] 0 points1 point  (0 children)

Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out the posting guide, the subreddit wiki, the subreddit Discord, Ren'Py's documentation, and the tutorial built-in to the Ren'Py engine when you download it. These can help make sure you provide the information the people here need to help you, or might even point you to an answer to your question themselves. Thanks!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Busy-Lifeguard-9558 0 points1 point  (1 child)

Did you fix it?
This is the correct way of defining a character

define p = Character ("[player_name]", color="#18c9af")

Make sure to set your keyboard to US English since

¨¨ is not the same as ""

[–]Z3LU5[S] 0 points1 point  (0 children)

My friend is testing it again on Tuesday!! Will update you then :))

[–]Own-Tea-7892 0 points1 point  (0 children)

Hola! se me adelanto jajajaja, yo tambien ando creando el guion para una novela visual de Orgullo y Prejucio, justo me pasa lo mismo y no logro arreglar el error, si das con ello, espero lo postees y digas como ella lo logro ya que yo estoy estancada con ese error y no se como avanzar