Mine freezes at approximately 90% as well. It does this very rarely and I have to end task it. Mine had nothing to do with triggers or data because I've changed nothing when trying to re-load the same map and it loads up no problem.
I just went and looked at my triggers again and that must have been the issue Wakeman because it's working now. Another issue I ran into was that the 2 buttons I was creating within the same Action Definition needed to each have their own "Dialog - Show (Last created dialog) for (All players)".
I thought the 2 buttons were overlapping before I added a Show last created Dialog for each Button, only 1 button must have been being shown though.
@LinkD: Go
Here is my DialogButtons variable:
DialogButtons = No Dialog Item <Dialog Item[2]>
It is of Type: "Dialog Item" and is an Array with a size of 2.
I don't know if there's anything wrong as far as the variable goes, I'm assuming not. I do however question my use of the condition within this trigger:
Now here's my event that reacts to either Button(Easy, Hard) being clicked:
EventsDialog-AnyDialogItemisusedbyPlayer1witheventtypeClickedLocalVariablesConditions(Useddialogitem)==DialogButtons[1]ActionsVariable-SetLevelVarEasy=1Trigger-RunLevel1Easy(CheckConditions,Don't Wait until it finishes)
& Hard:
EventsDialog-AnyDialogItemisusedbyPlayerAnyPlayerwitheventtypeClickedLocalVariablesConditions(Useddialogitem)==DialogButtons[2]ActionsVariable-SetLevelVarHard=1Trigger-RunLevel1Hard(CheckConditions,Don't Wait until it finishes)
The issue I'm having is that when I press the "Easy" button in-game both Easy and Hard are triggered. And "Hard" does not even work. I don't know how to set the condition properly so that they act independently rather than as a group.
Is my Action Definition incorrect?
What condition should I be using?
0
I hope you've fixed your issue by now but if not, it's a game variant causing your issue.
Open your map, select Map > Game Variants > Attributes tab
Don't set player colors/race, leave them as None/Unlocked. (I think this stops publishing issues)
select Map > Game Variants > Game Type tab
Don't set a Mode or a name for that mode. You can change the Category as you please.(This should stop your issue)
Hope that helps.
0
Temple of Adun is getting my vote, the colors are awesome.
Following Heat would be my second choice.
0
Mine freezes at approximately 90% as well. It does this very rarely and I have to end task it. Mine had nothing to do with triggers or data because I've changed nothing when trying to re-load the same map and it loads up no problem.
Does yours freeze every time?
0
I just went and looked at my triggers again and that must have been the issue Wakeman because it's working now. Another issue I ran into was that the 2 buttons I was creating within the same Action Definition needed to each have their own "Dialog - Show (Last created dialog) for (All players)".
I thought the 2 buttons were overlapping before I added a Show last created Dialog for each Button, only 1 button must have been being shown though.
Thanks for your help guys.
0
@LinkD: Go Here is my DialogButtons variable: DialogButtons = No Dialog Item <Dialog Item[2]>
It is of Type: "Dialog Item" and is an Array with a size of 2.
I don't know if there's anything wrong as far as the variable goes, I'm assuming not. I do however question my use of the condition within this trigger:
I don't know where this condition is located:
0
Let me start off by posting my triggers and then explaining my issue(s).
Here's my Action Definition called within my Map Initialization trigger:
Now here's my event that reacts to either Button(Easy, Hard) being clicked:
& Hard:
The issue I'm having is that when I press the "Easy" button in-game both Easy and Hard are triggered. And "Hard" does not even work. I don't know how to set the condition properly so that they act independently rather than as a group.
Is my Action Definition incorrect? What condition should I be using?
I've gotten this far thanks to the help of this thread: http://forums.sc2mapster.com/development/triggers/8103-dialog-button-help/