HeyImJamie Posted June 12, 2017 Posted June 12, 2017 You're trying to grab your position outside of onStart or onLoop
Explv Posted June 12, 2017 Posted June 12, 2017 (edited) @reiska You cannot make API calls like myPosition() before onStart() is called. It doesn't make any sense for that to be there anyway because you'll only get your position once. You should do it onLoop after you walk. You also have a pair of {} after your call to walk() that shouldn't be there. Edited June 12, 2017 by Explv 1
reiska Posted June 12, 2017 Author Posted June 12, 2017 Holy * I'm blind! Thanks for the quick response guys!!!