Jump to content




[miscPeripherals]help with the smart helmet


3 replies to this topic

#1 Jappards

  • Validating
  • 116 posts
  • LocationHolland

Posted 01 June 2013 - 09:40 AM

i have found the item smart helmet in the creative menu and even in NEI, but how do i use it?

#2 crazyguymgd

  • Members
  • 139 posts
  • LocationUSA

Posted 10 June 2013 - 08:04 PM

Place a Smallnet Sender next to a computer then right click on the sender. This will create a link between you and it. On the computer type:

m = peripheral.wrap("side")
m.send("smartHelmet","message")


#3 smb128

  • Members
  • 4 posts
  • LocationBellingham, WA

Posted 24 June 2013 - 07:47 PM

View Postcrazyguymgd, on 10 June 2013 - 08:04 PM, said:

Place a Smallnet Sender next to a computer then right click on the sender. This will create a link between you and it. On the computer type:

m = peripheral.wrap("side")
m.send("smartHelmet","message")

anyone post any programs for the smarthelmet?

#4 BossManta

  • Members
  • 8 posts

Posted 29 July 2013 - 02:16 PM

I did it was on a server. The problem was the chat was getting over board so I made a program to listen to only me and all the people I needed to talk to this is it:

while true do
m.peripheral.wrap(" Side ") --This wraps the peripheral
e, p1, p2=os.pullEvent("chat") --This checks for event
if p1 == (" Your name ") or if p1 == (" Friends name ") then --This checks who to listen to
m.send("smartHelmet", p2) --This sends the message
end
end

Its a simple but fun program :D
NOTE: There may be some problems cuz I just quickly wrote this down. ;)






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users