Hello everyone, sorry for bothering but i can’t seem to find a fix for this, even though i found other threads here with a similar error.
I’m having trouble with the name’s customization coding.
The error i’m getting is: Invalid expression, couldn’t extract another token: ‘‘Marius’’.
As you can see below, i’ve put three options to name the MC, though, ‘‘Marius’’ and ‘‘Plutonio’’ options don’t work, everytime i choose one of those, i get the same ‘‘Invalid expression etc’’ message. This doesn’t happen with the ‘‘Input_Text’’ as everything works smoothly, and i can’t understand why. Ive looked through the forum’s threads and i’ve tried several things but nothing seems to work, so, im sorry to bother, but im forced to seek help from you as im a newbie with coding, sorry again
My code looks like this:
*author Pietro
*scene_list
startup
ber1
ber2
ber3
*create pcname ""
and he said
*line_break
[i] What is your name?![/i]
*fake_choice
#Marius
*set pcname ''Marius''
#Plutonio
*set pcname ''Plutonio''
#Actually, my name is...
*input_text pcname
Your name is… $!{pcname}
*page_break
*finish
Indent