Posted 31 January 2013 - 06:55 AM
I thought this would work, but I've not been able to figure this out.
It seems really simple but I'm not sure why it won't take the second variable from rbo=("left", 4)
Returns 'Expected string, number'
I'm sure its super simple but I've not found anyone else's program that didn't just have it typed out. I've gotta shorten it at least to reduce time/size. I've got 5 bundled outputs going.
local rbo = function(text)
rs.setBundledOutput(text, x)
end
It seems really simple but I'm not sure why it won't take the second variable from rbo=("left", 4)
Returns 'Expected string, number'
I'm sure its super simple but I've not found anyone else's program that didn't just have it typed out. I've gotta shorten it at least to reduce time/size. I've got 5 bundled outputs going.