I may have found the origin of the issue concerning the Age for my characters
it was in my main script (file script.rpy)
MomAge = 36
BoyAge = 18
replacing them both by their initial values for instead
MomAge = "36"
BoyAge = "18"
Seems to solve the issue
Thank you very much for giving this to my attention
it was in my main script (file script.rpy)
MomAge = 36
BoyAge = 18
replacing them both by their initial values for instead
MomAge = "36"
BoyAge = "18"
Seems to solve the issue
Thank you very much for giving this to my attention