so im trying to use the computronics radar that can provide a table showing the name of any players in the radars range and their distance. i want to then cross reference the names of those people and their distance from the radar to provide a redstone output when certain players are within a set range. i can get the radar to show the table however im not sure how to extract the names and distance data from said table to a string so i can cross reference it.
below is a really quick example of what i mean. it outputs the data however its in a table format and when i try to print it. it just prints what i assume is the table name
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
so im trying to use the computronics radar that can provide a table showing the name of any players in the radars range and their distance. i want to then cross reference the names of those people and their distance from the radar to provide a redstone output when certain players are within a set range. i can get the radar to show the table however im not sure how to extract the names and distance data from said table to a string so i can cross reference it.
below is a really quick example of what i mean. it outputs the data however its in a table format and when i try to print it. it just prints what i assume is the table name
https://gyazo.com/ddc63338fba2eed76fdea1a63d8ce38a
Link to post
Share on other sites