Does anyone know why there’s a warning in my script?
Warning…
Character “yes_s” does not currently exist in the story.
Outfit does not currently exist in the story.
Script…
@zoom on 343 468 to 195% in 0
@speechbubble is 221 268 to 42% with tail_top_left
AMELIE (talk_whisper_worried)
| subscript |You’re supposed to make her feel welcome!
if (yes_swears){
@speechbubble is 139 266 to 42% with tail_top_left
MAYAN (talk_whisper_unsure)
Shit, sorry!
} else {
@speechbubble is 139 266 to 42% with tail_top_left
MAYAN (talk_whisper_unsure)
Oops, sorry!
}
@speechbubble reset
&AMELIE is dustoff_neutral_loop
Apes
#3
There’s nothing wrong here, error must be somewhere else
Click on the warning message and it will take you the line of the problem
i clicked on it and the warning points to the line that reads…
if (yes_swears){
Emmzy
#6
Have you gained yes-swears
Apes
#7
can you post a screenshot?
Apes
#11
try to delete this part from your script, save, and see if the warning will pop up again, then paste an save again.
Do you mean just the part in this episode or back to episode 1 where i asked the readers if they wanted the story to have swear words?
Apes
#13
no, I mean the part what gives you error now.