Thanks.
And AFAICS it also solves the bug with Angie when she is reunited with her family (ie. should be absent from the complex). There are still a few "reminiscences" with her (see capture hereafter), but it's apparently no more possible to interact with her directly (which was the main problem).
View attachment 1341952
Just 2 few more bugs:
- a very minor one: when you go exploring on your bike with Maurie, the portrait used for her comment is incorrectly attributed to Clara:
Extract of explore.rpy:
Python:
...
if alone and withma:
scene mcbikeruby
show mcbikemarnie
with fade
mc "Ready for some adventure Marnie?"
# Bug on the following line (i.e. "cl" instead of "ma")
cl "It better bring something useful for the compound bar, I should be making tar cocktails normally at this time!"
...
- a bug in the school when Angie is reunited with her family: the scene with Barbara announcing this event (and no school for the day) is happening each time.
There is apparently a variable (barbaralustangie) for that in the school.rpy script but it's (currently) never set after, nor used:
Extract of school.rpy:
Python:
...
$ school += 1
if angiereunited and barbaralustangie == False:
stop music
...