Joining the challenge with an update to an old project!
"Which Major Is for You?" is a personality quiz that uses a point system to rank your results based on your responses.
Back when I created this project, I used a crazy setup that combed through every point value, resolved duplicates, and changed each result's "place" on the podium...all through State Machine layers and transitions 😅
When Scripting came out, I thought about this project and said, "Maybe I could eliminate the need for that setup and just use code." Sure enough, after a SINGLE prompt with the AI Agent, I had in one minute what previously took me about three weeks to manually figure out!
Scripting is insanely powerful. I'm still super new to this feature, but I can't wait to integrate it more and more into my future projects!