Hi
I am making simple multiplayer game where avatars of each player collect items in the environment. for each item player receives 1 point. But I need that the score shown on the screen was a total score reached by both players. So I assume I need to create some rpc function on the pickup event. But I am not sure how to create this function? Do I need two different rpc calls for sending total score and receiving by another client? Can someone advise me where I can find similar code example or explain how I can achieve what is needed?
Thanks