Posted 08 January 2014 - 12:48 PM
Hi, If i try to print direct the redstone.testeBundleInput
It will tell me that is false AKA is not running.
But if I try to pass is to a variable, i get "attempt to call nil"
what I'm doing wrong in here?
print(redstone.testBundledInput ("right", colors.orange))
It will tell me that is false AKA is not running.
But if I try to pass is to a variable, i get "attempt to call nil"
local cor = redstone.testeBundledInput ("right", colors.orange)
print(cor)
what I'm doing wrong in here?