reiska Posted June 12, 2017 Share Posted June 12, 2017 (edited) . Edited June 13, 2017 by reiska Quote Link to comment Share on other sites More sharing options...
HeyImJamie Posted June 12, 2017 Share Posted June 12, 2017 You're trying to grab your position outside of onStart or onLoop Quote Link to comment Share on other sites More sharing options...
Explv Posted June 12, 2017 Share 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 Quote Link to comment Share on other sites More sharing options...
reiska Posted June 12, 2017 Author Share Posted June 12, 2017 Holy * I'm blind! Thanks for the quick response guys!!! Quote Link to comment Share on other sites More sharing options...