I need help figuring out how to use the points system

So i want my character to take a test with 5 questions on it and every one she gets right she gets one point but if she gets one wrong she doesnt gain a point. but i dont know how to do it could someone help please

3 Likes

Hi! I can help you :heart:

Here’s a quick example:

NARR
Question
“Correct”{
@TEST +1
}
“Wrong”{

}


if (TEST=1){
NARR
You passed the test.

}else{
NARR
You didn’t pass the test.

}

1 Like

oh thank you i was really confused

1 Like

No problem! Send me a message if you face any problems :yay:

This thread can help you

1 Like

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