Force location update block next action until complete

jpeeden

New member
I think what I want is basically the same. When I disconnect from my vehicle bluetooth constrained to a certain location, do something. I'd like the option for that constraint to force and block for the location update before determining whether to do the something.
 

Endercraft

Moderator (& bug finder :D)
Add a block actions until complete option for Force location update. It would be useful because the time it takes to update varies.
I just realized that it may be possible to simulate this because in the detailed log an entry saying that the location has updated appears.
 

e.t.l

Member
You could also probably accomplish the same thing by first setting the current location to a variable, then forcing location update, then fetching the current location and comparing it to the saved variable. Use a wait loop to prevent the next action from firing until the current location =/= the saved location variable.
 
Top