Good afternoon, everyone. Does anyone have an example of an open-source project (or a video on YouTube) in Construct 3 where the online functionality is implemented using a script rather than the event system?
Develop games in your browser. Powerful, performant & highly capable.
I don't recall if the multiplayer net code was scripted directly, but github.com/AshleyScirra/CommandAndConstruct Ahsley's Command And Construct heavily leans into scripting as a multiplayer example project. The entire project is pretty well documented, check the links on the github.
A smaller example is the built-in Multiplayer scripting example.