I’ve seen stories using the point system that use overlays to signify whether or not you received a point… I’m trying to do this with my own story & there’s an issue with my code, but I’m not sure how to fix it. Any help is appreciated!
I would move all the overlay shifting and creation except for the opacity to before the choice.
@overlay POINT SYSTEM x1 create
@overlay POINT SYSTEM x1 shifts to 187 115 in zone 3 in 0
@overlay POINT SYSTEM x1 scales to 0.375 0.375 in 0
@overlay POINT SYSTEM x1 moves to layer 4
CHAR
Dialogue goes here
choice
"I'm not sure" {
@overlay POINT SYSTEM x1 opacity 1 in 3
}