Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

\<<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>>

<<if $alexNameChange != "Master">>

can this situation even occur?

(+1)

yes this situation happens if he hasn't told you yet to call him Master ;)

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)>>)

(+1)

Oh you are right, this will come in next version. Nearly forgot that this was not done in the current version 

(+1)

You are right, I fix this :)