\<<if $gameDate.getHours() <= 17 && $gameDate.getHours() > 22>>
it seems to me that this condition does not work - at any time I get:
<<say $alexNameChange 'images/profiles/alexNeighbor.png'>>Hey, $firstname. I did not expect you to come over. Want a drink?<</say>>
how? if I understood the code correctly, this situation can occur only if $randomObey = 0 (<<switch $randomObey>><<case 0>>)
but if I understand it all correctly, $randomObey can only take on values 1 to 4 (<<set $maxObeyAlex to Math.clamp((Math.round($AlexAttraction / 3)), 1, 4)>><<set $randomObey = random(1, $maxObeyAlex)>>)