[Library] GXML

GXML library for quick dialog creation

File Details

GXML Parser Beta 02b (Latest)

  • B
  • Mar 3, 2012
  • 28.74 KB
  • 425

File Name

GXML_B02_FuzzYD.zip

Supported Versions

    02b:
    -Ported into scripts to reduce trigger load overhead.

    01b:
    -Removed debug message

    Public Beta Release, Version 1.0

    • Initial release, no changelog.
    • Open for constructive criticism.
    • Tips with </n> inside them are currently broken. This will be fixed when the author can find the time to do so.
      The remedy to this is to store the dialog item that you wish to place a tip for in a variable, then use Blizzards native function to set the tooltip:

    libNtve_gf_SetDialogItemTooltip ( control dialogItem, text tooltip, playergroup players )
    http://www.sc2mapster.com/wiki/galaxy/triggers/set-dialog-item-tooltip/

    Or, you could use the easier function included within the map from a QuickLib library I developed.
    Look up the following in the imported QuickLib.galaxy file:
    dcSetTip(int dialogItem, string tip, playergroup g)