This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
gheotic's profile picture

Making Teams with computers (Need help)

Started by gheotic, 11 June 2013 - 03:29 AM
gheotic #1
Posted 11 June 2013 - 05:29 AM
Hello :)/>

im trying create a program for making teams.
I am using player detectors so you just right click on it then your name gets added to the team table

picture of the setup here: https://lh5.googleusercontent.com/-mu1H8a4y6_w/Ubbso6PUibI/AAAAAAAAABk/AbtZ7zwwSwA/w1277-h669-no/2013-06-11_11.20.44.png

My plan is to have 2 player detectors on each side of the computer then 1 for red team and 1 for blue team
but it just detect it as 1 event so, it dosnt see any diffrence between the 2 player detectors…
is there any way to do this in a good way?

I highly appreciate any help :)/>

Gheotic :)/>
Engineer #2
Posted 11 June 2013 - 06:28 AM
Unfortunately, that is not possible as of now. But what you could do is:

First let the red team decide (a variable amount of people you can set) and after that the blue team.
Bomb Bloke #3
Posted 11 June 2013 - 06:29 AM
How about make it one player detector, and put a button or pressure plate to either side? The player nearby gets added to a team according to which button is pressed.
gheotic #4
Posted 11 June 2013 - 06:38 AM
Nice Idea Bloke :P/> i'll try work that out thanks :)/>
also thanks to you Engineer :)/>
Sorroko #5
Posted 11 June 2013 - 06:49 AM
The alternative would simply be using 2 computers and 2 player detectors :P/>, Have them talk to each other or another computer with modems