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

[Peripherals++] How do I use the smart helmet / antenna / nano swarm

Started by stew3254, 29 August 2016 - 12:24 AM
stew3254 #1
Posted 29 August 2016 - 02:24 AM
I have tried for the past hour to figure out how to use the smart helmet and nano swarm in Peripherals++, but can't get the helmet or swarm to work. I can link them to then antenna and use the antenna functions, but have no clue what the wiki is talking about how to use all of the functions they supposedly have. I have zero clue on how to edit or interact with them and can't find a single updated video on how to use them. Can someone please help me? I would really appreciate it because I have lots of questions and can't find a single answer.
stew3254 #2
Posted 29 August 2016 - 02:49 AM
I figured it out finally, never mind. Just being a bit of a dumb*ss.
Edited on 29 August 2016 - 12:56 AM
stew3254 #3
Posted 29 August 2016 - 02:55 AM
Actually still stuck never mind. I found the functions for the smart helmet, but still have no clue how to use them. I also still can't access nano swarm functions.
Again figured it out.
Edited on 29 August 2016 - 01:09 AM
Lyqyd #4
Posted 29 August 2016 - 08:07 PM
Moved to Ask a Pro.

It would be helpful for future users if you could post the solution you found to your problem.
stew3254 #5
Posted 30 August 2016 - 02:31 AM
I had to set variables so I could use further functions. I don't know how to explain it well but it is what you would do to get something like mon.clear(). I did this.
p = peripheral.wrap(side)
helmet = p.getHUD()
nano = p.getInfectedEntity(number)