GXML Parser Beta 02b (Latest)

Details

  • Filename
    GXML_B02_FuzzYD.zip
  • Uploaded by
  • Uploaded
    Mar 2, 2012
  • Size
    28.74 KB
  • Downloads
    369
  • MD5
    32ad0a25e2840cc591a7ea3c7aa53d32

Changelog

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)