if its a choice it has to be like this
NARRATOR
What name?
choice (pick_name)
“kat” {
}
“sara” {
}
if (pick_name “kat”) {
NAME
Hey Kat
}
else {
NAME
Hey sara
}
if its a choice it has to be like this
NARRATOR
What name?
choice (pick_name)
“kat” {
}
“sara” {
}
if (pick_name “kat”) {
NAME
Hey Kat
}
else {
NAME
Hey sara
}