Local Handle Vars for GUI v1.04

What is this?
This is a small change i've made to some UI files, so that the most basic functions of the Local Handle Vars can be used in GUI, i made it to help people that doesn't have the knowledge of Jass, so they can still benefit from the system.


Current Features:
    * Attaching Integer to a Timer/Unit/Trigger.
    * Attaching Real to a Timer/Unit/Trigger.
    * Attaching Boolean to a Timer/Unit/Trigger.
    * Attaching Unit to a Timer/Unit/Trigger.
    * Attaching Unit-Group to a Timer/Unit/Trigger.
    * Attaching Item to a Timer/Unit/Trigger.
    * Attaching Effect to a Timer/Unit/Trigger.
    * Attaching Point to a Timer/Unit/Trigger.
    * Creating of a Timer that doesn't need a Global.
    * Creating of a Trigger that doesn't need a Global.
    * Starting a Timer, and make it run a trigger when it reaches zero.
    * Cleaning up Attached Variables from Units.
    * Cleaning up Attached Variables and Destroying Timers.
    * Cleaning up Attached Variables and Destroying Triggers.

I know the list is far from what the possibilities of the Local Handle Vars allow, but a limitation of the UI files requires of me to create a new function, for every option i would need, so if there's any other things you would like me to add to the list, just tell me, and i'll get it added.


Requirements:
    * GUI Handle Vars: Located in the included file "GUIHandleVars.txt"
    * That the following files does not exist in your "Where-Ever-You-Installed-WarcraftIII\UI\" folder:
    * - TriggerData.txt
    * - TriggerStrings.txt
    * That the following file does not exist in your "Where-Ever-You-Installed-WarcraftIII\Units\" folder:
    * - UnitGlobalStrings.txt


How to Install:
Step 1
 - Create a Global Game Cache Variable called GUIHandleVars(Case Sensitive).

Step 2
 - Open GUIHandleVars.txt, and copy the whole text located in the box.

Step 3
 - Paste the Copied text to your maps header(The top thing in the trigger editor, with the maps name).


Contact Information:
Email: Miniworx@gmail.com
Thread/link: http://www.wc3campaigns.net/showthread.php?t=81267