• 0

    posted a message on [Dialogs] Really Great Looking Dialogs, Part 1

    First off wanted to say this is a great tutorial that reflects the programmatic thinking of the creator. Me being new to Starcraft 2 custom maps, this was very useful.

    and if you download the map it doesn't display the menu right. to fix it change this:

    Dialog Height = (+ (cDialog Extra, (cButton Gap * nRows), (cButton Gap * (nRows - 1)))) <Integer>

    to this:

    Dialog Height = (+ (cDialog Extra, (cButton Size * nRows), (cButton Gap * (nRows - 1)))) <Integer>

    Looks like it was just a common mistake.

    Posted in: Tutorials
  • To post a comment, please or register a new account.