Replication Explained
Before we continue with starting a skill, it's really important to know some stuff about wcs internals, especially how it handles the replicaton process.
Every action is launched on server, and then gets replicated to client. Here is a simple block scheme that represents it visually:


Action Requests
If a client makes an action, like Start
or End
for example, it sends a request to the server under the hood:

