Posted 01 April 2014 - 01:54 AM
Okay so im messing around using the new big reactors mod with the computer port. all of the reactor commands are in lua so I am using the lua program. for those who don't recognize my user name, im a bit of a dunce when it comes to programming but im a stubborn dunce who keeps trying lol. anyway I figured out how to type in the commands but I cannot understand the answers when I try to get information. heres an example of a series of commands I used and their answers.
reactor = peripheral.wrap("back")
reactor.getControlRodName
"function: 1e1b8e6"
reactor.getControlRodLevel
"function: 51a2061"
for your information, here is a link to the wiki page for the computer control port with a list of the lua commands and other pertinent information. http://wiki.technicpack.net/Reactor_Computer_Port#Lua_Methods_.280.3.29
so obviously this isn't telling me what information I want to know, or rather its not showing me the info in a way I can easily understand. so how would I get the computer to tell me for example that the control rod level was 40% (which it was while I was conducting this trail)
sorry for asking what to some will probably be a simple question, but id really like to know. thank you :)/>/>/>
reactor = peripheral.wrap("back")
reactor.getControlRodName
"function: 1e1b8e6"
reactor.getControlRodLevel
"function: 51a2061"
for your information, here is a link to the wiki page for the computer control port with a list of the lua commands and other pertinent information. http://wiki.technicpack.net/Reactor_Computer_Port#Lua_Methods_.280.3.29
so obviously this isn't telling me what information I want to know, or rather its not showing me the info in a way I can easily understand. so how would I get the computer to tell me for example that the control rod level was 40% (which it was while I was conducting this trail)
sorry for asking what to some will probably be a simple question, but id really like to know. thank you :)/>/>/>