- Joined
- Jul 14, 2024
- Messages
- 3
Hi,
I've encountered a weird problem when trying to issue an order after a research is completed.
I've found a lot of threads regarding autocasts, but none of the solutions did work until I added the wait.
Even worse. No ABILITY WITHOUT TARGET would fire at all (e.g. Thunder Clap), but another RESEARCH could be issued to start.
(I did not test abilities with target, since they won't suffice with my Use Case).
I guess there is something asynchronous going on internally regarding researches, since they apply a faction-wide action changes.
Is there some trick to make it work without a wait that could create synchronocity problems?
I don't want the ability icon to be shown in its darkened version telling the player that it requires research abc.
Thanks
I've encountered a weird problem when trying to issue an order after a research is completed.
-
ResearchProblem
-
Events
-
Unit - A unit Finishes research
-
-
Conditions
-
Actions
-
Wait 0.00 seconds
-
Unit - Add Well Spring 08 to (Triggering unit)
-
Unit - Order (Triggering unit) to Undead Obsidian Statue - Activate Spirit Touch
-
-
I've found a lot of threads regarding autocasts, but none of the solutions did work until I added the wait.
Even worse. No ABILITY WITHOUT TARGET would fire at all (e.g. Thunder Clap), but another RESEARCH could be issued to start.
(I did not test abilities with target, since they won't suffice with my Use Case).
I guess there is something asynchronous going on internally regarding researches, since they apply a faction-wide action changes.
Is there some trick to make it work without a wait that could create synchronocity problems?
I don't want the ability icon to be shown in its darkened version telling the player that it requires research abc.
Thanks
Last edited: