Introductory question about RPC

You have to call RPCs via the rpc method; e.g. relay_make_choice_remote.rpc(data, actor). Almost everything you need to know about RPCs can be found in the Callable and Node doc pages (object.method without parentheses creates a callable). Callable — Godot Engine (stable) documentation in English
Node — Godot Engine (stable) documentation in English

2 Likes