• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Multiboard Crash

Status
Not open for further replies.
Level 17
Joined
Apr 3, 2010
Messages
1,101
I have two problems.

One How do you set it so that the width of an icon auto fits the text amount.
And two. My multiboard keeps on crashing although i have no idea why. I think it may have leaks but i have checked over it and i can't find any.

Map is attatched:
 

Attachments

  • Priest wars2.w3x
    559 KB · Views: 67
a) All players doesn't leak, since it's a pre-created force. If you store in a variable and remove it afterwards, future references will not be recognized.

b) A player group pick loop is equal to your Integer A loop. You don't have to use an Integer A loop to update your texts.

c) Use a variable to store the multiboard upon creation, to save the trigger some time from searching the last created multiboard.
 
Level 17
Joined
Apr 3, 2010
Messages
1,101
:O That was insanely fast.

Thanks you were right it was the Call DestroyForce Which was crashing the system. Also thanks for the other efficiancy tips :p

+rep
 
Status
Not open for further replies.
Top