Hello everyone. I have the same question in the data section, but it's more trigger, so I thought it belongs here. Anyways, I have a healing turret that I want to give a weapon to through an upgrade. I got it to work by doing so:
Event:
Any unit is issued to upgrade healing turret radius and attack
Action: Pick all healing turrets in anywhere blah blah blah, and do the following action:
Replace healing 1 with healing turret 1 (With attack)
My question is, how do you make it so the trigger waits for the upgrade to be complete? See, this says as soon as the issue is ordered, not when it's completed. Thanks!
Hello everyone. I have the same question in the data section, but it's more trigger, so I thought it belongs here. Anyways, I have a healing turret that I want to give a weapon to through an upgrade. I got it to work by doing so: Event: Any unit is issued to upgrade healing turret radius and attack Action: Pick all healing turrets in anywhere blah blah blah, and do the following action: Replace healing 1 with healing turret 1 (With attack) My question is, how do you make it so the trigger waits for the upgrade to be complete? See, this says as soon as the issue is ordered, not when it's completed. Thanks!
You have to use the event "Unit Research Progress".