Throw_AwayPower
Member
- Mar 23, 2022
- 467
- 135
- 166
I doubt my changes broke anything on my end. Most of my changes would have fixed things that didn't work. Like scenes that weren't procing but now are because I only fixed/changed one variable, some scenes might now be broken. For example I changedDon't downplay yourself! I'm sure it can't be that bad, at least ya got the guts to post up your unofficial fixes ;~;
if goblinwife=1 and first=1
gt goblinthreesome
end
to
if Goblinwife=1 and first=1
gt goblinthreesome
end
That might cause issue due to me not correcting first. Although due to my knowledge of coding that wouldn't because first isn't a valid variable so said choice would show. But you get the idea.
Also that example isn't in game.
But I have no offical training on coding so I can't say with certainty that I know what I'm doing.