GXML Parser Beta 02b (Latest)
Details
-
FilenameGXML_B02_FuzzYD.zip
-
Uploaded by
-
UploadedMar 2, 2012
-
Size28.74 KB
-
Downloads369
-
MD532ad0a25e2840cc591a7ea3c7aa53d32
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)