expected menuitem(SOLVED)
Posted: Tue Jan 15, 2019 5:01 pm
I've started with using Ren'Py just recently, so i apologize if it's a silly mistake. I'm using that "The Question" game assets for learning.
I've tried to rewrite this part of the programming a few times already, but it doesn't seem to be working.I don't understand what's wrong.
"file "game/script.rpy",line 33: expected menuitem
->label fazer:
Here are the lines in question:
I've tried to rewrite this part of the programming a few times already, but it doesn't seem to be working.I don't understand what's wrong.
"file "game/script.rpy",line 33: expected menuitem
->label fazer:
Here are the lines in question:
Code: Select all
show Sylvie sorrindo
"Ela se vira para mim e sorri. Ela parece tão acolhedora que eu logo sinto a minha ansiedade desaparacer."
menu:
"O que eu faço?"
"Fazer a pergunta.":
jump fazer
"não falar nada.":
jump naofalar
label fazer:
e"Eeeer..."
e"Você quer...fazer uma Visual Novel comigo?"
show Sylvie surpresa
label naofalar:
e"Eeer...esquece..."
"Melhor deixar isso para depois."
