Hello world, I am currently having issues modeling a situation in which a Transporter ("Montacarga 1") loads one flowitem from a Queue ("Zona de descarga") to literally pass it to another Transporter ("Montacarga 2") so that the latter puts such flowitem in a specific queue (that may be "Descargue 1", "Descargue 2" and so on until "Descargue 5" depending on the item type). Also, "Montacarga 1" can't leave the object "Plataforma de carga" on which it is positioned.
I have thought of using triggers like Coordinated Task Sequence from "Zona de descarga" to solve this but I don't really get how it works and how to make it properly. Also, I have thought of using the "On Load" trigger from "Montacarga 1" for it to get as close as possible to "Montacarga 2" to deliver its current flowitem and let it continue with the process of unloading it.
By the moment, that would be the only question I have. Could somebody help me?