Hey there.
I've got a dilemma.
Right now I got a system that has waits in it. I want to remove those waits, but I want to be able to smoothly add commands to my GUI based triggers.
This is what I got right now:
1. Queueing various camera movement information.
2. Starting the camera movement in a (JASS-written) system that has waits in it instead of a timer.
3. Some more actions like creating units, and stuff.
Let's say the camera movement takes 5 seconds, then I want #3 to occur after those 5 seconds. If I use a timer in the JASS system instead of the waits I will end up with #3 occuring at the same time as I start the camera movement instead afterwards.
#1 are commands with Custom Script function in GUI.
#2 is also a Custom Script function.
#3 are just normal GUI actions. I don't want to have to put these inside the system to occur whenever the timer ends.
Does anyone have an idea how to do this?
I've got a dilemma.
Right now I got a system that has waits in it. I want to remove those waits, but I want to be able to smoothly add commands to my GUI based triggers.
This is what I got right now:
1. Queueing various camera movement information.
2. Starting the camera movement in a (JASS-written) system that has waits in it instead of a timer.
3. Some more actions like creating units, and stuff.
Let's say the camera movement takes 5 seconds, then I want #3 to occur after those 5 seconds. If I use a timer in the JASS system instead of the waits I will end up with #3 occuring at the same time as I start the camera movement instead afterwards.
#1 are commands with Custom Script function in GUI.
#2 is also a Custom Script function.
#3 are just normal GUI actions. I don't want to have to put these inside the system to occur whenever the timer ends.
Does anyone have an idea how to do this?