| 02-10-2008, 01:39 AM | #1 |
Here is the issue: I have an immobile unit with the ability to build structures. However, when it gives a build command, I want a builder to spawn at that location and begin building the building. How would I go about doing this? |
| 02-10-2008, 01:49 AM | #2 | |
?? You've basically said how to do it in your post. Quote:
So, create a builder at that location and order him to build the building (the order id will be the same as the one issued to the immobile unit), then order the immobile unit to stop. |
| 02-10-2008, 07:34 AM | #3 |
Yes, but not exactly. How do I detect when a build order is given, but hasn't actually started constructing? How do I detect which building this is? |
| 02-10-2008, 03:04 PM | #5 |
Thanks! I think that is what I needed. I will let you know if it works! +rep |
