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

WirelessConector

Started by Pokey, 01 April 2012 - 11:07 PM
Pokey #1
Posted 02 April 2012 - 01:07 AM
How do you place a Wireless conector on a computer. When i try it just goes into the computer.
MysticT #2
Posted 02 April 2012 - 01:25 AM
Shift-Click :)/>/>, that should work.
Pokey #3
Posted 02 April 2012 - 01:34 AM
Thanks
Also can anyoe help me set up this mod i read the file and everything but it wont work
http://www.youtube.com/watch?v=BA0JX8uYLAA&feature=related
when i try to send an email it says invalid side
Luanub #4
Posted 02 April 2012 - 01:47 AM
Did you open the side?

ie

rednet.open("side")  -- right, left, front, back, top, bottom

Post the code that you currently have if you have correctly opened the side that the modem is placed on.
Pokey #5
Posted 02 April 2012 - 02:19 PM
I think that is is but when i try to type rednet.open(back)
it says no such program. :)/>/>
MysticT #6
Posted 02 April 2012 - 02:55 PM
You have to do that in a program or the lua interpreter, it's not a program. And you have to put quotes to the side: rednet.open("back")