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

A few things

Started by A Dork Of Pork, 10 December 2012 - 08:04 AM
A Dork Of Pork #1
Posted 10 December 2012 - 09:04 AM
1. I noticed small things like "dostring" are missing.
2. Image handling?
3. Computer Naming? (Instead of having computers listed with integers 0,1,2, …)
4. Laptops (Basically they are items which do not need to be put down to be used)
5. RedNet Ports (example: rednet.connect_port(12345))
6. Portals (Maybe too much to ask for?)
7. RedNet variable sending (instead of just string, what about things like lists, this will make it much more epic) (Not sure if this is already possible but here it is anyways)
Sebra #2
Posted 10 December 2012 - 09:13 AM
1.really?
2.You mislook.
3.Labels
4.Wait
5.Bad idea
6.Inappropriate
7. textutils.serialize(…)
A Dork Of Pork #3
Posted 10 December 2012 - 09:20 AM
1.really?
2.You mislook.
3.Labels
4.Wait
5.Bad idea
6.Inappropriate
7. textutils.serialize(…)

Alright then, thanks
immibis #4
Posted 10 December 2012 - 10:41 AM

function dostring(code)
  return assert(loadstring(code))()
end
Tiin57 #5
Posted 10 December 2012 - 12:10 PM

function dostring(code)
  return assert(loadstring(code))()
end
Heh. Why can't people look into things?