godot-wyvernbox-inventory icon indicating copy to clipboard operation
godot-wyvernbox-inventory copied to clipboard

[discussion] Multiplayer Handling

Open Mazianni opened this issue 1 year ago • 6 comments

I've decided on using Wyvernbox for a project I'm working on, but I've stumbled into something I'm not entirely clear on.

When it comes to relaying an action, like an item on the ground being clicked, how exactly are you supposed to pass details from the client to the server?

In so far as I can tell, node names between GroundItemManagers (using from_array to synch item position on the ground, etc) are not kept the same, so passing via that method is not feasible, and neither is passing an exact item reference.

Mazianni avatar Aug 08 '23 15:08 Mazianni