Tasharen Entertainment Forum
Support => TNet 3 Support => Topic started by: Hoskins355 on July 03, 2014, 10:07:26 PM
-
I am trying to make a multiplayer quiz game, but how do I go about sending the values from button press and tell if it player1 or player2? Thanks
-
tno.Send("SomeFunction", Target.All, TNManager.playerID);
-
Can I do something like
if(TNManager.playerID == player1){
}
Thanks for your help
Brandon
-
Sure.