Showing text over units

From HIVE
Revision as of 03:57, 26 October 2010 by Payne (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

It is as simple as this trigger, which will display the amount of any damage (at 2 decimals precision) taken by any units from any player at any time:


http://vgshorts.com/BBCode/BBCode3.php?ID=148

Display damage dealt
   Events
       Unit - Any Unit takes Fatal or Non-Fatal Any damage (from Any effects)
   Local Variables
       Damage dealt = (Triggering damage amount) <Real>
   Conditions
   Actions
       Text Tag - Create a text tag with the text (Text(Damage dealt) with 2 decimal places) for (All players), using a font size of 10, at (Position of (Triggering unit)) and height offset 1.0, initially Visible, and fog of war enforcement set to true
       Text Tag - Set Duration time for (Last created text tag) to 1.5 seconds