So this is my code right now for like the basic choices and stuff
CUSTOMGB
Oh my god, I am so sorry!
NARRATOR
Hi
choice “Be nice” {
CUSTOMMC1 (admire_happy)
It’s okay, why the hurry?
gain You_was_nice
} “Be rude” {
CUSTOMMC1 (idle_armscrossed_angry_loop)
Watch where you’re going!
gain You_was_rude
}
if (You_was_nice) {
CUSTOMMC1 (admire_happy)
Hi, this is random
} else {
CUSTOMMC1 (idle_armscrossed_angry_loop)
This is also random
}
However where what I put the code so that the other character can answer her question?
‘It’s okay, why the hurry?’