Is there a way to set sound reverb for a player, unit or a sound? With either the trigger or data editor. So far I've only found it possible to set the sound reverb for all players.
What you are suggesting could work well if there only were a few items being moved, however having multiple items would be more of a pain. I want the action to work on every dialog item, without having to bother where i use it.
That does not work, since it won't detect the dialog item as "No dialog item". I believe the reason for this is because the dialog item is removed from outside the action definition. This way the variable "Dialog item" within the action definition still contains the dialog item, even though it really is removed.
That code looked very promising, but unfortunately it does not seem to work for my intention :(.
I tried simply creating a dialog item, assign it to variable, and then delete it.
However it still detects it as a dialog item.
Probably because the variable is set to the variable type "Dialog item"
Edit:
My problem is that i have a while loop that changes the properties of a dialog item over time. But if the dialog item is removed while the loop is still active it causes errors unitl the loop runs out
So in the previewer there are a few units with an animation called "(none)", how do i play these?
Selecting "Animation play: (none)" in an event does not work since it's not selecting any animation.
Is there a way to change the name of an animation?
So i have a basic spell which creates an persistent AoE damage on target location. Is it possible to make enemies to try to avoid/run away from the spell? I have tried setting the search effect's response flag to "Flee", but that didn't do any different.
How do i change the info text displayed when hovering over resources.
For example:
"Minerals are used to build your forces. Gather more minerals from mineral fields."
I assume the way to do it is through the Text editor, but it's not easy to find the correct field among 67000 lines of text
0
Is there a way to set sound reverb for a player, unit or a sound? With either the trigger or data editor. So far I've only found it possible to set the sound reverb for all players.
0
Update
This is what the error looks like with patch 1.5
And the code near line 587
Assumingly the error is caused by line 588, when the dialog item is moved.
0
@Yaksmanofage: Go
All help is appreciated! :)
What you are suggesting could work well if there only were a few items being moved, however having multiple items would be more of a pain. I want the action to work on every dialog item, without having to bother where i use it.
0
That does not work, since it won't detect the dialog item as "No dialog item". I believe the reason for this is because the dialog item is removed from outside the action definition. This way the variable "Dialog item" within the action definition still contains the dialog item, even though it really is removed.
0
Already tried this, it does not make any difference.
This won't work for me, because right after deleting the dialog item the variable gets assigned another dialog item. As shown below.
0
The code looks like this
Where "X+=(X-target)*m" is the function below
I get errors if the dialog item is removed before the code has finished running. And that is because it is trying to move the item after it's gone
0
Thanks for the reply!
That code looked very promising, but unfortunately it does not seem to work for my intention :(. I tried simply creating a dialog item, assign it to variable, and then delete it. However it still detects it as a dialog item. Probably because the variable is set to the variable type "Dialog item"
Edit: My problem is that i have a while loop that changes the properties of a dialog item over time. But if the dialog item is removed while the loop is still active it causes errors unitl the loop runs out
0
Is there any way to check if an dialog item exists? Like: "Dialog item 'VARIABLE' exists == true"
I can't find it as a trigger condition, is there a workaround?
0
@zorbotron: Go Thank you :)
0
So in the previewer there are a few units with an animation called "(none)", how do i play these? Selecting "Animation play: (none)" in an event does not work since it's not selecting any animation. Is there a way to change the name of an animation?
0
@SoulFilcher: GoI tried using that right now, but that didn't make any difference, still no response from the enemy :<
0
So i have a basic spell which creates an persistent AoE damage on target location. Is it possible to make enemies to try to avoid/run away from the spell? I have tried setting the search effect's response flag to "Flee", but that didn't do any different.
0
How do i change the info text displayed when hovering over resources. For example: "Minerals are used to build your forces. Gather more minerals from mineral fields."
I assume the way to do it is through the Text editor, but it's not easy to find the correct field among 67000 lines of text
0
I am having trouble changing the scale of an actor using catalogs. My action looks like this:
But when i run it i get "ErrorCatalogFieldNotWritten".
According to both the XML files and the raw data; the field path should be "Scale"