F95 has an outdated version of Season 1. That label thing is already fixed in the Patreon version.Classy Lemon, hey bud, you've a label placement bug in S1, Ep7 (v0.7).
If the Player has not ever held Ash, due to your cutscene label placement it plays all of that portion of the scene since it breaks out of the original conditional block. I've noted it in the below to explain:
To fix it you must indent the entire "label cutScene13Replay" block one placement to the right. Make sense?You don't have permission to view the spoiler content. Log in or register now.
Also, you and I should chat sometime about that crazy torture you created in the Ep6 (v0.6) Elysra Game script. You've done it the most difficult way possible having some 4k+ lines of code for a game that shouldn't take more than a couple hundred. All that duplication is not necessary tbh. Use temporary lists to insert the Player's game topic choices (the 4 base topics) and then condition against that temp list for each block of question/response for the game. Then there's zero duplication of questions/answers/replies at all... zero. If this doesn't make sense to you I can rewrite the entire "06_game" script for you so you have a reference (after I finish this S1 mod production). I'll help you learn how to make the coding platform work for you, not you spending hours upon hours forcing square blocks inside round holes (so to speak).
Anyway, I'm back to it. I'll fix the bug above in the pending SanchoMod release (along with all the other minor issues I've yet to create a post about).
Also, I created that torturous script so I wouldn't have to spend hours learning how to do it efficiently, I just copy pasted shit and it works how I want it to.
Also, keep in mind that this code was only intended for myself to see, if others insist on torturing themselves by going through it then that's on them.