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

Question

hello my name is john,

i have one computer hooked up to a hologram and another computer -100 blocks hooked up to a geolyzer.

 

i want to take the output from the geolyzer and run it thru the hologram projector wirelessly, as if the geolyzer and hologram projector were hooked up to the same computer.

 

my second question is 

i would like my robot to actually move without having to enter in every single movement from the gui... i would like to write a program but i have no idea the commands or syntax to get it to work.

Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

my second question is 

i would like my robot to actually move without having to enter in every single movement from the gui... i would like to write a program but i have no idea the commands or syntax to get it to work.

 

I can help with this part. The robot API is what you're looking for, it can be found at http://ocdoc.cil.li/api:robot

Basically, the movement commands are robot.forward(), robot.turnLeft(), robot.up(), robot.down(), etc. If you've played computercraft, the commands are very similar to how CC controls it's turtles.

 

If you meant how to make a program, just create a new file with the command

edit <filename>.lua

and place each command on a new line. Let me know if you need any more help.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

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