I would have tried searching through previous Topics about this... but I simply dont know exactly what to look for...
So, first off... heres the small trigger I'm trying to do:
However, as you experienced trigger users would notice, my Timer in the Actions is fairly useless at this point. In the back of my head I'm thinking that a more complicated way to do this is to create yet ANOTHER trigger with a timer, or something of the sort.
I was hoping though that there was a way to just sub categorize all the other commands after the Timer, under the timer... if that makes sense... It seems like it can be done, and it seems it would be simple to... So can anyone show me how?
Short Version:
Problem - The Commands after the Timer are not waiting FOR the timer to finish
Question - How do I make it so no other action takes place till the timer is done.
So, first off... heres the small trigger I'm trying to do:
-
Soul Branch
-
Events
- Unit - Soul 0026 <gen> Gains a level
-
Conditions
- (Level of Soul 0026 <gen>) Greater than or equal to 5
-
Actions
- Countdown Timer - Start BranchTimer as a One-shot timer that will expire in 10.00 seconds
- Dialog - Clear Mydialog
- Dialog - Change the title of Mydialog to Spirit Branch
- Dialog - Create a dialog button for Mydialog labelled Shaman
- Set Dialogbutton[1] = (Last created dialog Button)
- Dialog - Create a dialog button for Mydialog labelled Banshee
- Set Dialogbutton[2] = (Last created dialog Button)
- Dialog - Show Mydialog for Player 1 (Red)
-
Events
However, as you experienced trigger users would notice, my Timer in the Actions is fairly useless at this point. In the back of my head I'm thinking that a more complicated way to do this is to create yet ANOTHER trigger with a timer, or something of the sort.
I was hoping though that there was a way to just sub categorize all the other commands after the Timer, under the timer... if that makes sense... It seems like it can be done, and it seems it would be simple to... So can anyone show me how?
Short Version:
Problem - The Commands after the Timer are not waiting FOR the timer to finish
Question - How do I make it so no other action takes place till the timer is done.