- Jul 6, 2017
- 988
- 1,491
3250: (if: $Slust is 20)[ [[Your phone vibrates]] ]
3251:
3252: (if: $Dlust is 20)[ [[Follow Dina upstairs->Follow Dina upstairs]]]
(if: $Slust >= 20)[ [[Your phone vibrates]] ]
(if: $Dlust >= 20)[ [[Follow Dina upstairs->Follow Dina upstairs]]]
I'll look into it! It seemed fine when I tested it, but that was usually off a fresh start but I think the saves might mess with the values!Dtrain327
produces a dead end if your parameters are anything but 20. in my case they were 40 prompting me to dig into the code.Code:3250: (if: $Slust is 20)[ [[Your phone vibrates]] ] 3251: 3252: (if: $Dlust is 20)[ [[Follow Dina upstairs->Follow Dina upstairs]]]
i would also suggest to define a maximum number of event in your variables instead of hardcoding it, to make it easier to change later and avoid going over it instead of having to ctrl f trhough the whole file. additionaly, you should define event IDs and add them to an array so dont have a chance increasing their stats. I dont know if there's a contains() or similar function that checks an array for a value for you, but in any way.Code:(if: $Slust >= 20)[ [[Your phone vibrates]] ] (if: $Dlust >= 20)[ [[Follow Dina upstairs->Follow Dina upstairs]]]
--pseudo code--
mom max event=10
if (current mom event < mom max event) mom event +1
--
mom event seen=[m01,m02,m03]
current mom event=m03
if (mom event seen contains current mom event) skip
else mom horny +13
alternatively you can simply use a "last event seen" type of programming, like momlastevent=5, but thats best used for incremental progress, i.e. increasingly depraved acts around family, hard locking events from being repeated by a lastevent =< x type of condition.
I see twine has a variable type called datamap i am unfamiliar with thats suggested for this kind of thing
you can reset the game keeping the stats, havent looked if that includes the incest stats. but never use a=b expressions if you cant make sure its exactly that value (i.e. capped stats until a certain event happens increasing MaxHornySister or something)I'll look into it! It seemed fine when I tested it, but that was usually off a fresh start but I think the saves might mess with the values!
What browser are you using?Started a new game, and quickly found that this update breaks the save game system. When you go to save the game there is no return link. All you can do is undo to get back to where you were. V0.4 worked okay, but this version is, for me, unplayable as is.
It's also inexcusable that a game should have such a bug. It shows that it wasn't properly tested before the version was released.
I'll look into it! Firefox always seemed to give me issues with other things but this is a first. I'll try to get a patch out later todayFirefox Quantum v68.0.1 on a PC.
I just tested the file on the same version of Firefox and the system works. Did you perhaps clear your browsing history between updates? The saves are cookie based for the time being.Firefox Quantum v68.0.1 on a PC.
Kylee StrutAnyone know who Tessa is? I mean the porn star, who is she?
Jayden James, she's Maria in gameWho's the woman on the left in the OP's image.
The next update will have the most incest content to date!Bruh I need more Dina content. That ass is killer. Also some mom content soon, hopefully.