Yes this is Nil, though I though if Walking is false that was not required.DaveMcW wrote: Fri Jun 28, 2019 8:36 pmCode: Select all
util.debugprint(tostring(global.walkstate.direction))
Fixed now, thanks.
Yes this is Nil, though I though if Walking is false that was not required.DaveMcW wrote: Fri Jun 28, 2019 8:36 pmCode: Select all
util.debugprint(tostring(global.walkstate.direction))
It's not though, it's a table that should be a valid walking_state.
Code: Select all
util.debugprint(type(global.walkstate))
util.debugprint(tostring(global.walkstate.walking))
Yes it is, if the value is a constant 8 it's full througput, if thoughput isn't full than it will fall to 7 or below.Trying to detect full throughput with read mode is now completely impossible