Posted 30 March 2015 - 08:57 PM
Is there anyway i can have a simple config that will worked across multiple programs?
i tried to make one extremely simple
just setting these across all 4 programs connected, since its a pain in the arse to go across all of them and set them constantly.
after setconfig is used on the other programs it doesn't actually wrap anything it just gives me an error since it doesn't exist.
Edit: r and m2 do actually work fine on the other programs but for what ever reason theres a problem with m ill test somethings.
i tried to make one extremely simple
function SetConfig()
r = peripheral.wrap("BigReactors-Reactor_0") -- Reactor Position
m = peripheral.wrap("left") -- Management Monitor
m2 = peripheral.wrap("monitor_0") -- Controller Monitor
end
just setting these across all 4 programs connected, since its a pain in the arse to go across all of them and set them constantly.
after setconfig is used on the other programs it doesn't actually wrap anything it just gives me an error since it doesn't exist.
Edit: r and m2 do actually work fine on the other programs but for what ever reason theres a problem with m ill test somethings.