Jump to content




A few things


4 replies to this topic

#1 A Dork Of Pork

  • New Members
  • 3 posts

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)

#2 Sebra

  • Members
  • 726 posts

Posted 10 December 2012 - 09:13 AM

1.really?
2.You mislook.
3.Labels
4.Wait
5.Bad idea
6.Inappropriate
7. textutils.serialize(...)

#3 A Dork Of Pork

  • New Members
  • 3 posts

Posted 10 December 2012 - 09:20 AM

View PostSebra, on 10 December 2012 - 09:13 AM, said:

1.really?
2.You mislook.
3.Labels
4.Wait
5.Bad idea
6.Inappropriate
7. textutils.serialize(...)

Alright then, thanks

#4 immibis

    Lua God

  • Members
  • 1,033 posts
  • LocationWellington, New Zealand

Posted 10 December 2012 - 10:41 AM

function dostring(code)
  return assert(loadstring(code))()
end


#5 Tiin57

    Java Lunatic

  • Members
  • 1,412 posts
  • LocationIndiana, United States

Posted 10 December 2012 - 12:10 PM

View Postimmibis, on 10 December 2012 - 10:41 AM, said:

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





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users