Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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