Floating Text Variable = null?

Jo.O

Bored...
Reaction score
69
I'm using this trigger to display a Floating Text.

Code:
Unit Ability Text
    Events
        Unit - A unit Starts the effect of an ability
    Conditions
        ((Triggering unit) is A Hero) Equal to True
    Actions
        Floating Text - Create floating text that reads ((Name of (Ability being cast)) + !) above (Triggering unit) with Z offset 8.00, using font size 8.00, color (50.00%, 50.00%, 100.00%), and 0.00% transparency
        Floating Text - Set the velocity of (Last created floating text) to 64.00 towards 90.00 degrees
        Set Temp_FloatText = (Last created floating text)
        Wait 1.50 seconds
        Floating Text - Destroy Temp_FloatText

And my question: What custom script should I add to set the Temp_FloatText to null?
 

AceHart

Your Friendly Neighborhood Admin
Reaction score
1,494
Code:
Events
    Unit - A unit Starts the effect of an ability
Conditions
Actions
    Floating Text - Create floating text that reads (Name of (Ability being cast)) above (Casting unit) with Z offset 0.00, using font size 10.00, color (100.00%, 0.00%, 100.00%), and 0.00% transparency
    Floating Text - Set the velocity of (Last created floating text) to 64.00 towards 90.00 degrees
    Floating Text - Change the fading age of (Last created floating text) to 2.00 seconds
    Floating Text - Change the lifespan of (Last created floating text) to 3.00 seconds
    Floating Text - Change (Last created floating text): Disable permanence

Non-permanent floating text, with a limited lifespan, will destroy itself.
 

SFilip

Gone but not forgotten
Reaction score
633
i don't see a reason why you should set it to null...its only recommended with local variables.
but if you really want to you could use set udg_Temp_FloatText = null.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top