Time Choice Results

Screenshot 2020-12-18 at 14.33.54

Okay, so what I want to happen is the narrator to state whether or not the player got the answer correct. So essentially, if they click the answer that gives them +2 points, I want the narrator to say congrats you earned 2 points. If they choose the other two answers, I want it to say, sorry you lost 2 points.

Does anyone know how to do this?

If you’re wanting them to find out immediately you could pop in the narrator dialogue immediately after where you’ve specified the points gained/lost.

So -

“It’s water in the bridge.” {
@APRIL -2
NARRATOR
Sorry, you lost 2 points.
}

1 Like

That’s perfect thank you!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.