Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

PHOBOSS98

Members
  • Content Count

    30
  • Joined

  • Last visited

Posts posted by PHOBOSS98

  1. Im trying to get my drone to pause for a moment after it moves but it seems the drone reads the code too fast and instead just jutters like as if it was nodding... what's the shortest piece of code (thats compatible for both mac and windows) can you put in the sequence to tell it to pause for a second or two? here's my code:

    1. local r=component.proxy(component.list("radar")())
    2. local m=component.proxy(component.list("modem")())
    3. local d=component.proxy(component.list("drone")())
    4. d.setLightColor(0x00FFD8)
    5. m.open(001)
    6. while true do
    7.     local evt_,_,_,_,name,cmd,x,y,z = computer.pullSignal()
    8.         if evt=="modem_message" then
    9.             if cmd=="test z" then
    10.             d.move(0,3,0)
    11.             d.move(0,-3,0)
    12.             end
    13.             if cmd=="test x" then
    14.             d.move(3,0,0)
    15.             d.move(-3,0,0)
    16.             end
    17.             if cmd=="shh" then
    18.             break
    19.             end
    20.         end
    21. end
  2. Am I doing something wrong?

    Im using a radar from computronics to detect players but somehow on certain sides of the block (even on a robot with the radar upgrade) it cant detect anything... like a blindspot. all I keep getting is nil when testing it on specific sides. I cant seem to orient it too, every other setup is oriented exactly as the last no matter what I do. I came here cause I cant find a forum for computronics. Is it a bug? is there a fix to this? can robots and drones orient their radar scope as they orient themselves?

    any help is appreciated

  3. I got a network card and a T3 component bus card in a server. I hooked it up with a screen and linked the skinnier line to detect components behind the rack... the problem is it doesn't...

    I tried to link it up with the other sides but the same thing happens. Any form of help is appreciated

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.