How to send Variable value (bool) from User to MasterClient?

Hi,
I am making a multiplayer game which involves a action where User request access from MasterClient, MasterClient should see a popup and if he clicks approve button the access should be granted to User.

I have two UI ready for both however i am unable to send the click (which returns bool) over network but it doesn't seem to work.

Is there a way to solve this? As I just started learning Photon and its quite complicated already.

Thanks in advance.

Best Answer

Answers

  • Thank you Tobias, confusion solved.