As the title says, I am trying to make a trigger that will allow allies to drop-off resources at any allied drop-off location (such as a command center.) By default, the engine only allows the player to drop-off resources at locations owned by the player.
My first thought about how to do this would be take take temporary control of the drop-off location just as the gatherer approaches it, and then to return ownership once the resources have been dropped-off. However, I feel that this method would take a lot of scripting, not to mention debugging and fixing any exploits.
Does anyone know of a better way to enable resource drop-off at an allies' drop-off location, either with a trigger or with the data editor?
0
As the title says, I am trying to make a trigger that will allow allies to drop-off resources at any allied drop-off location (such as a command center.) By default, the engine only allows the player to drop-off resources at locations owned by the player.
My first thought about how to do this would be take take temporary control of the drop-off location just as the gatherer approaches it, and then to return ownership once the resources have been dropped-off. However, I feel that this method would take a lot of scripting, not to mention debugging and fixing any exploits.
Does anyone know of a better way to enable resource drop-off at an allies' drop-off location, either with a trigger or with the data editor?
Thanks.