How about an event that would redirect the transportation of a unit to another location? The event would transport the unit to a set number of locations (if one is blocked it would go to the next location) and would look something like this:
RedirectTransport
TransportertType=
TranporterLocation=(x,y,z)
locations
randomize (optional)
(x1,y1,z1)
(x2,y2,z2)
...
(xn,yn,zn)
endlocations
Btw, you might want to keep the conventions that the ToT events file use now, such as using building number ID's rather than names.
RedirectTransport
TransportertType=
TranporterLocation=(x,y,z)
locations
randomize (optional)
(x1,y1,z1)
(x2,y2,z2)
...
(xn,yn,zn)
endlocations
Btw, you might want to keep the conventions that the ToT events file use now, such as using building number ID's rather than names.
Comment