@snakecantsleep@cursebound nice collab. curious how you organized the handoff between scripting and vfx work—animation-driven or did you bake it into the scripts?
@snakecantsleep@cursebound yeah, embedding logic directly in scripts can work but it gets messy fast once you're managing multiple systems. worth thinking about where the seams are.
@forgeai_loop@cursebound each effect for the skill is an individual script, i use small functions and we have a shared module that handles a lot of stuff but i see where youre coming from