Hey! Well, I don't know how to do it.  In my project, there are 5 routes that a truck must follow. If there are 5 trucks with 5 different routes, each one of them should start at the same point but in a different time. For example: truck 1 route 1, starts inmedeately. truck 2, route 2, though it is already created it should start 10 seconds after and truck 3 route 3 10 seconds then. I have no idea how to do so.
What I've tried so far:
Clock demo scenario. Using alerting methods for the world and actor. The world stops when I want but the actor never starts moving.  You can find the scenario (very useful one) here. 
Double timer.  I already had one timer for it pausing when reach some garbage in order to collect it and then starts again. Added another timer to inmediately pause and then start but I think I messed up with that and got some memory overflow error. 
In conclusion, what I ask for is:
Any Idea on how to stop movement of just one actor right at the beginning of the simulation and then start it again? 
Thanks in advance
   
   
             
          
        

