HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Variable?

04-02-2004, 01:58 AM#1
Limb_Smasher
Hey Im still pretty new to triggers and was wondering what the use of a variable was, and if they are useful... if you explain the concept and uses of a variable that would be awesome
04-02-2004, 03:34 AM#2
Huois
The main reason for variables is if you want to use lets say (last created unit), if you set that to a variable, you can you that specific (last created unit) in another trigger, or if there is another (last created unit) after that, and you still want it to recognize the first (last created unit). There are more reasons, but I gtg..
04-02-2004, 04:09 AM#3
ThyFlame
Simple summary.

Use a variable to store a piece of data for later use.