Hi

In the while loop of an entity:
If I call the c_move function and then store the modifications like normal, target,
and after that I call again c_move

Does the program overwrites the first c_move like any vector, or does it move the entity twice?

This all happens before reaching the wait(1); instruction