Say I’m a client and I do an attack, so I want to send all other clients that they need my avatar to do an attack animation on their computers.
I know I can use a Command, say CmdAttackOnOtherComputers and then this will tell the server that my avatar should attack, and then I can have the server call an RPC telling all my avatars to do the attack animation on all computers.
But this will also tell MY computer to attack as well. How do I only tell all the OTHER computers to do the attack, because my computer already knows to do it?