Posted 30 June 2016 - 10:21 PM
So I have just discovered the marvels of tables and well. I don't know how to read a table and use it? if that makes sense
so far I have.
It returns a table with a UUID and a name I want to only use the name and then compare it to a list of names using an if statement?
- Light
so far I have.
sensor = peripheral.wrap("top")
pUnscramble = textutils.serialise(sensor.getPlayers())
write(pUnscramble)
It returns a table with a UUID and a name I want to only use the name and then compare it to a list of names using an if statement?
- Light