How do i change a variable in the player object of another player's game?
My character is fighting against him, but the other player char don't change the variable.
Replies (1)
Last message on 1 Apr 2019
Size43
(Administrator)
on
1 Apr 2019, 16:58:13
You can't directly change variables in another client.
You could use
p2p messages to send notifications every time you want the other player to change a variable.