Please note, there's some other bugs in the script which need addressing:
Python:
"{image=icon_mad.webp}You don't need that" if v10_stan_pay > 2:
condition should be
v10_stan_pay == 2
instead
Python:
if lena_athletics > 10:
call xp_up ('athletics') from _call_xp_up_755
the condition is reversed, should be
lena_athletics < 10
Python:
else:
l "We can do another one when whenever you want..."
This branch should be moved one level deeper to match with earlier
if ian_holly_dating:
Python:
call xp_up ('lena') from _call_xp_up_760
Should be
'lust'
instead of
'lena'
Python:
if v11sms_mom and v11sms_emma and v11sms_mike and v11sms_mark and v11sms_photo:
All 7 instances of this conditional should also include
and v11sms_axel
otherwise the game will proceed without giving the player chance to read Axel's text, if it's left for the last.