This is some JS that you can add to your project which will remove all the links generated by
<<linkreplace>>
macros whenever you click one. It's just a quick fix so you shouldn't rely on it and continue to fix your code. You can try going to the Twine discord channel and look at the Cyrus' or Hituro's CTP macro or Sleepy's select macro.
And this is some code that I like to add to Twine games I play (with tweaks accounting for their differences) for hotkey functionality:
-----
And now for an actual bug report:
View attachment 3271412
Started the run with $100, but the achievement with Natasha adds $400 starting money (not added to current run) which the calculation mistakenly took into account. The calculation also doesn't count the default $20 you are given at the start of every run.
There is also a bug in the passage
suscar where you left out a
>
:
<<set $carollove +=2>
In the passage
carolscene, you have a couple places where you have something like this:
<video width="754" height="480" controls autoplay <<if $something>>loop<</if>>>
You can't put that if macro inside, it doesn't work.