Orb_29, on 09 April 2015 - 03:47 PM, said:
Could you send a link to a video or something explaining modems and controlling two computers then because I don't know how to use them? I've sent pictures of my set up
I don't have a video, but I can give you step-by-step instructions
1. Place a wired modem on each computer
2. Place cable connecting the two (it should connect to the modem)
3. Right click on the modem of the computer you wish to turn off/on
4. In chat, it'll say something like "computer_0"
5. Use that value to wrap the computer ( c = peripheral.wrap( "computer_0" ) )
6. Turn off that computer whenever you want.
local c = peripheral.wrap( "computer_0" )
c.shutdown()