Networking question related to RPCs

FYI the NetMulticast functions can ONLY be called from the server or they will not work correctly (if at all). Do not call it from the client. You could call the run on server RPC from the client and then call the multicast from that implementation.