[OPEN SOURCE] Not Yet: Dialogue System

The plugin itself is not replicated.
If your game is however, and properly synchronized between the different clients, it is not hard at all to make it work with your logic - the actual “control” happens in game side. You can just use RPC-s to execute the necessary functions to proceed in the dialogues on all clients.

The only problematic case is if you use random in conditions.