I understand maybe you fixed something that breaks something other after it then I used your fixed version and the fight don´t work so the Game is unplayable near the beginning and aso the Question what is with saving are there working in the future so you can play further with it or not. So I play another Game and see if the producer fix the Game and when somebody upload a new version.
You added some more to your post while I was typing mine, so here some more info:
- Batgirl cockslave that is the "alpha" path. The scenes do not exist yet, even entering bg home while on that path was not possible in the unfixed version (due to some logic error)
- The numbers (and sometimes a true/false) show debugging info dev forgot to remove (or should have at least hidden behind a if $debug == true query)
- Could not remember that, so I did check again (more time wasted, ah well got nothing else to do at the moment). I think I found the problem: you probably spend time napping (to advance time) and got the "your hit points are fully restored" message. That actually is bugged (never had it because I advanced time by console if needed), the error is in line 6121:
Code:
<<set $player.HP to $player.HPMax>>\
should be maxHP instead of HPMax (fixed in the attached htrml)
If you want to advance in a save before the fight enter
Code:
SugarCube.State.active.variables.player.HP = 50
in the console (F12 on most browsers)