Rename "Until" & "Wait" decorators
A lot of user seem to be confused with the names Wait & Until.
Therefore we propose the following names:
-
Wait
becomesStartAt
, as it starts once the given condition is true -
Until
becomesStopAt
, as it stop when the given condition is true (rather then finishing the child behavior until a certain time point)