If you run into any issues while playing you can leave a report here in this thread.
In development erotic text game. A drifting soul finds themselves in a world of desires, gluttony and monsters · By
Oh dear that's not good
I haven't had this error reported before. The game was developed primarily for desktop play but should still work in most mobile browsers. I know many of my users run the game just fine with android. Some use IOS and have some issues, but not getting stuck in the character creator
Does it list an error message or anything for me to go off of, or does it simply crash?
It is. This is a common bug with Twine. It can be fixed by the creator.
https://twinery.org/questions/49770/prompt-macro-broken?show=49770#q49770
Hello, first of all I want to say this game is so much fun and I love it. So far most of the problems I have seen are just misspellings or "dev clearly has not implemented this yet" situations, but I did want to stop here and say that as a mobile player, I cannot see any of the art at all.
As you can see I'm playing in Chrome browser . I can see all the art files sitting in the assets folder but they won't work in the game itself. (In addition it looks like there's an extra list ending tag on Nico's profile.)
Passage: DelphiExperimentFinish
Error: <<set>>: bad evaluation: Cannot read properties of undefined (reading 'delphihearts')
<<set $Flag["delphihearts"] += 18>>
I used debug mode to check the active flags, and delphihearts is set to 5, and I can’t change it. I tried using <<set>> on other Flags, such as hascanteen, with the same error. I also tried using <<print>> on both hascanteen and delphihearts, to the same error
Edit: been doing some testing to try fix the issue, it seems that you are using
<<set $Flags[“X”] …>>
for that, but typically you use
<<SetFlags “x” …>>
I modified it, and am testing now
Edit 2:
Ok changing this has prevented me from importing saves, so I will leave this here.
Edit 3: Nvm, I tested it using the in game debug menu, running
<<SetFlag “delphihearts” += 18>>
and the flags value changed from “5” to “+=” so im making progress. Now I just need to figure out how to put in the correct value.
Edit 4: unable to recreate solution