You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reactor.setControlRodName (1,"test")
Invalid argument 1, must be a non-null string.....
reactor.setControlRodName ("1","test")
Invalid argument 1, must be a non-null string.....
reactor.setControlRodName (nil,"test")
Invalid argument 1, must be a non-null string.....
reactor.setControlRodName (1,"")
Invalid argument 1, must be a non-null string.....
reactor.setControlRodName (1)
Insuffcient number of arguments, expected 2 (control rod index, name).....
just seem to not get it working.. seems like argument #1 is wrong typed.
v0.4.3A using opencomputers
The text was updated successfully, but these errors were encountered:
reactor.setControlRodName (1,"test")
Invalid argument 1, must be a non-null string.....
reactor.setControlRodName ("1","test")
Invalid argument 1, must be a non-null string.....
reactor.setControlRodName (nil,"test")
Invalid argument 1, must be a non-null string.....
reactor.setControlRodName (1,"")
Invalid argument 1, must be a non-null string.....
reactor.setControlRodName (1)
Insuffcient number of arguments, expected 2 (control rod index, name).....
just seem to not get it working.. seems like argument #1 is wrong typed.
v0.4.3A using opencomputers
The text was updated successfully, but these errors were encountered: