Figure out how events are being used in the project. You can't answer questions about them without this skill.
Inherits all available tools
Additional assets for this skill
This skill inherits all available tools. When active, it can use any tool Claude has access to.
resources/SCENARIO.mdIn Highrise Studio, networked events allow clients and servers to communicate with each other. It can be challenging for developers to understand how these events are used, especially when they are used in multiple scripts. This skill will help you understand how specific networked events flow between clients and servers so you can understand what they do.
Add the following steps to your todo list:
Connect(), Fire*() (where * might be Client, Server, etc.), and .Changed (which returns the on-changed event for a networked value)..claude/events in the project for an existing response for this scenario. If there is not one, create a new one by copying the template.