1/3
1 Year of Service
I want to throw every AI tool I have, save one, out the window. There's a point where it's just not very helpful and that point is at the beginner level. For factoids, meta-analysis and general data gathering it's king. For actual work, it's pretty useless.
I'm learning Ren'Py. I'm past the basics, so AI has become almost useless. (If anyone has links to professional classes with tools link them below).
My issue is I have a persistent variable that I'm tracking over several menus, but every time i scroll back and select a new option it just adds to the total over and over again. I'm sure the solution is very simple, but ChapGPT, CoPilot, GIT, DeepSeek, have all fallen short. None of their solutions have worked and some of them have been extremely complex. It's like working with Stable Diffusion where you have to be an expert in prompt writing, have deep understanding of the models to even come close and even then something comes out looking like a horror show.
I tried using a bit for work to see what it would spit out, it wasn't even in the ballpark of accuracy. At this point, if AI is taking your job, your job isn't very challenging creatively.
Anyway... if anyone knows how to control a persistent variable in Ren'Py so it isn't modified by menu changes, that would be great
My only other option seems to be to backwards engineer popular games and see how they manage their programming.
I'm learning Ren'Py. I'm past the basics, so AI has become almost useless. (If anyone has links to professional classes with tools link them below).
My issue is I have a persistent variable that I'm tracking over several menus, but every time i scroll back and select a new option it just adds to the total over and over again. I'm sure the solution is very simple, but ChapGPT, CoPilot, GIT, DeepSeek, have all fallen short. None of their solutions have worked and some of them have been extremely complex. It's like working with Stable Diffusion where you have to be an expert in prompt writing, have deep understanding of the models to even come close and even then something comes out looking like a horror show.
I tried using a bit for work to see what it would spit out, it wasn't even in the ballpark of accuracy. At this point, if AI is taking your job, your job isn't very challenging creatively.
Anyway... if anyone knows how to control a persistent variable in Ren'Py so it isn't modified by menu changes, that would be great