# Set Velocity Of Text Tag

Grammar — Set the velocity of tag|Text Tag to speed coordinates per second at an angle of angle degrees from horizontal
FlagsNative | Action

Sets the speed at which a text tag will move at a particular angle per second.

# Arguments

  • int<preset::TextTag> — Tag
  • fixed — Speed
  • fixed — Angle

Returns — void

native void TextTagSetVelocity(
	int inTag,
	fixed inSpeed,
	fixed inAngle,
);

Category: Text Tag / Basic

# Examples

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tarcade.sc2map/MapScript.galaxy:3043

    TextTagSetColor(TextTagLastCreated(), c_textTagColorText, lp_color);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.5);
    TextTagSetVelocity(TextTagLastCreated(), 1.0, 90.0);
}

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tarcade.sc2map/MapScript.galaxy:7888

    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 6.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, 4.0);
    TextTagSetVelocity(TextTagLastCreated(), 180.0, 270.0);
    Wait(1.2, c_timeReal);
    TextTagSetVelocity(TextTagLastCreated(), 0.0, 270.0);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tarcade.sc2map/MapScript.galaxy:7890

    TextTagSetVelocity(TextTagLastCreated(), 180.0, 270.0);
    Wait(1.2, c_timeReal);
    TextTagSetVelocity(TextTagLastCreated(), 0.0, 270.0);
    Wait(2.0, c_timeReal);
    libNtve_gf_KillModel(lv_effect);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/tarcade.sc2map/MapScript.galaxy:7894

    libNtve_gf_KillModel(lv_effect);
    Wait(0.5, c_timeReal);
    TextTagSetVelocity(TextTagLastCreated(), 40.0, 90.0);
    Wait(4.0, c_timeGame);
    TextTagDestroy(TextTagLastCreated());

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thorner04.sc2map/MapScript.galaxy:516

    TextTagCreate(StringExternal("Param/Value/4111D2AB"), 30, UnitGetPosition(lp_unit), 2.0, true, false, PlayerGroupAll());
    SoundPlay(SoundLink("TUI_ArmoryConsolePurchase", -1), PlayerGroupAll(), 100.0, 0.0);
    TextTagSetVelocity(TextTagLastCreated(), 0.75, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
}

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thorner04.sc2map/MapScript.galaxy:2370

    TextTagCreate(StringExternal("Param/Value/B35796C7"), 30, UnitGetPosition(lv_chosenUnit), 1.0, true, false, PlayerGroupAll());
    TextTagAttachToUnit(TextTagLastCreated(), lv_chosenUnit, 1.0);
    TextTagSetVelocity(TextTagLastCreated(), 1.0, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 2.0);
    Wait(2.0, c_timeGame);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thorner05s.sc2map/MapScript.galaxy:1437

        TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
        TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
    }
    else {

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thorner05s.sc2map/MapScript.galaxy:1450

        TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
        TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
    }
    gv_statWeaponsCollected += 1;

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thorner05s.sc2map/MapScript.galaxy:1513

        TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
        TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
    }
    else {

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thorner05s.sc2map/MapScript.galaxy:1526

        TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
        TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
    }
    gv_statWeaponsCollected += 1;

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thorner05s.sc2map/MapScript.galaxy:1589

        TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
        TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
    }
    else {

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thorner05s.sc2map/MapScript.galaxy:1602

        TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
        TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
    }
    gv_statWeaponsCollected += 1;

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/thorner05s.sc2map/MapScript.galaxy:1648

    TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
    UnitRemove(EventUnit());
    SoundPlay(SoundLink("UI_ResourcePickup", 0), PlayerGroupAll(), 100.0, 0.0);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/traynor03.sc2map/MapScript.galaxy:1512

        SoundPlay(SoundLink("UI_ChallengeCountdown", -1), PlayerGroupAll(), 100.0, 0.0);
        TextTagCreate(StringExternal("Param/Value/15C552A2"), 24, UnitGetPosition(UnitFromId(1167)), 1.0, true, false, PlayerGroupAll());
        TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 2.0);
    }

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/traynor03.sc2map/MapScript.galaxy:1519

        SoundPlay(SoundLink("UI_ChallengeCountdown", -1), PlayerGroupAll(), 100.0, 0.0);
        TextTagCreate(StringExternal("Param/Value/E7BF84D7"), 24, UnitGetPosition(UnitFromId(1167)), 1.0, true, false, PlayerGroupAll());
        TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 2.0);
    }

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/traynor03.sc2map/MapScript.galaxy:1530

        SoundPlay(SoundLink("UI_ChallengeCountdown", -1), PlayerGroupAll(), 100.0, 0.0);
        TextTagCreate(StringExternal("Param/Value/44A00372"), 24, UnitGetPosition(UnitFromId(1167)), 1.0, true, false, PlayerGroupAll());
        TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 2.0);
        Wait(2.5, c_timeGame);

campaigns/liberty.sc2campaignbase.sc2maps/maps/campaign/traynor03.sc2map/MapScript.galaxy:1536

        SoundPlay(SoundLink("TUISecret", -1), PlayerGroupAll(), 100.0, 0.0);
        TextTagCreate(StringExternal("Param/Value/F6B6EFD6"), 24, UnitGetPosition(UnitFromId(1167)), 1.0, true, false, PlayerGroupAll());
        TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 2.0);
        UnitIssueOrder(UnitFromId(1167), Order(AbilityCommand("TaurenOuthouseLiftoff", 0)), c_orderQueueReplace);

campaigns/liberty.sc2campaignbase.sc2maps/maps/challenges/advancedcommand.sc2map/MapScript.galaxy:528

            TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/65AC0DEF")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
            TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
            TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
            TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
            Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaignbase.sc2maps/maps/challenges/advancedcommand.sc2map/MapScript.galaxy:538

                TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/B51155E6")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
                TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
                TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
                TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
                Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaignbase.sc2maps/maps/challenges/advancedcommand.sc2map/MapScript.galaxy:548

                    TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/E455D391")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
                    TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
                    TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
                    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
                    Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaignbase.sc2maps/maps/challenges/protosspsionics.sc2map/MapScript.galaxy:601

            TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/38E28403")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
            TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
            TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
            TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
            Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaignbase.sc2maps/maps/challenges/protosspsionics.sc2map/MapScript.galaxy:611

                TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/E31A3CC3")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
                TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
                TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
                TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
                Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaignbase.sc2maps/maps/challenges/protosspsionics.sc2map/MapScript.galaxy:621

                    TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/5D00C9C8")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
                    TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
                    TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
                    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
                    Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaignbase.sc2maps/maps/challenges/terrancovertops.sc2map/MapScript.galaxy:522

            TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/182CAEAB")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
            TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
            TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
            TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
            Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaignbase.sc2maps/maps/challenges/terrancovertops.sc2map/MapScript.galaxy:532

                TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/44B8485F")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
                TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
                TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
                TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
                Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaignbase.sc2maps/maps/challenges/terrancovertops.sc2map/MapScript.galaxy:542

                    TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/7EAAA8B3")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
                    TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
                    TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
                    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
                    Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaignbase.sc2maps/maps/challenges/zerginfestation.sc2map/MapScript.galaxy:519

            TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/D791F41E")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
            TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
            TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
            TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
            Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaignbase.sc2maps/maps/challenges/zerginfestation.sc2map/MapScript.galaxy:529

                TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/F7A87031")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
                TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
                TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
                TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
                Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaignbase.sc2maps/maps/challenges/zerginfestation.sc2map/MapScript.galaxy:539

                    TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/10C85EAB")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
                    TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
                    TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
                    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
                    Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tarcade.sc2mapMapScript.galaxy:3043

    TextTagSetColor(TextTagLastCreated(), c_textTagColorText, lp_color);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.5);
    TextTagSetVelocity(TextTagLastCreated(), 1.0, 90.0);
}

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tarcade.sc2mapMapScript.galaxy:7888

    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 6.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, 4.0);
    TextTagSetVelocity(TextTagLastCreated(), 180.0, 270.0);
    Wait(1.2, c_timeReal);
    TextTagSetVelocity(TextTagLastCreated(), 0.0, 270.0);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tarcade.sc2mapMapScript.galaxy:7890

    TextTagSetVelocity(TextTagLastCreated(), 180.0, 270.0);
    Wait(1.2, c_timeReal);
    TextTagSetVelocity(TextTagLastCreated(), 0.0, 270.0);
    Wait(2.0, c_timeReal);
    libNtve_gf_KillModel(lv_effect);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tarcade.sc2mapMapScript.galaxy:7894

    libNtve_gf_KillModel(lv_effect);
    Wait(0.5, c_timeReal);
    TextTagSetVelocity(TextTagLastCreated(), 40.0, 90.0);
    Wait(4.0, c_timeGame);
    TextTagDestroy(TextTagLastCreated());

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner04.sc2mapMapScript.galaxy:516

    TextTagCreate(StringExternal("Param/Value/4111D2AB"), 30, UnitGetPosition(lp_unit), 2.0, true, false, PlayerGroupAll());
    SoundPlay(SoundLink("TUI_ArmoryConsolePurchase", -1), PlayerGroupAll(), 100.0, 0.0);
    TextTagSetVelocity(TextTagLastCreated(), 0.75, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
}

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner04.sc2mapMapScript.galaxy:2370

    TextTagCreate(StringExternal("Param/Value/B35796C7"), 30, UnitGetPosition(lv_chosenUnit), 1.0, true, false, PlayerGroupAll());
    TextTagAttachToUnit(TextTagLastCreated(), lv_chosenUnit, 1.0);
    TextTagSetVelocity(TextTagLastCreated(), 1.0, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 2.0);
    Wait(2.0, c_timeGame);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner05s.sc2mapMapScript.galaxy:1437

        TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
        TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
    }
    else {

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner05s.sc2mapMapScript.galaxy:1450

        TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
        TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
    }
    gv_statWeaponsCollected += 1;

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner05s.sc2mapMapScript.galaxy:1513

        TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
        TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
    }
    else {

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner05s.sc2mapMapScript.galaxy:1526

        TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
        TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
    }
    gv_statWeaponsCollected += 1;

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner05s.sc2mapMapScript.galaxy:1589

        TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
        TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
    }
    else {

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner05s.sc2mapMapScript.galaxy:1602

        TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
        TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
    }
    gv_statWeaponsCollected += 1;

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner05s.sc2mapMapScript.galaxy:1648

    TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
    UnitRemove(EventUnit());
    SoundPlay(SoundLink("UI_ResourcePickup", 0), PlayerGroupAll(), 100.0, 0.0);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/traynor03.sc2mapMapScript.galaxy:1512

        SoundPlay(SoundLink("UI_ChallengeCountdown", -1), PlayerGroupAll(), 100.0, 0.0);
        TextTagCreate(StringExternal("Param/Value/15C552A2"), 24, UnitGetPosition(UnitFromId(1167)), 1.0, true, false, PlayerGroupAll());
        TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 2.0);
    }

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/traynor03.sc2mapMapScript.galaxy:1519

        SoundPlay(SoundLink("UI_ChallengeCountdown", -1), PlayerGroupAll(), 100.0, 0.0);
        TextTagCreate(StringExternal("Param/Value/E7BF84D7"), 24, UnitGetPosition(UnitFromId(1167)), 1.0, true, false, PlayerGroupAll());
        TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 2.0);
    }

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/traynor03.sc2mapMapScript.galaxy:1530

        SoundPlay(SoundLink("UI_ChallengeCountdown", -1), PlayerGroupAll(), 100.0, 0.0);
        TextTagCreate(StringExternal("Param/Value/44A00372"), 24, UnitGetPosition(UnitFromId(1167)), 1.0, true, false, PlayerGroupAll());
        TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 2.0);
        Wait(2.5, c_timeGame);

campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/traynor03.sc2mapMapScript.galaxy:1536

        SoundPlay(SoundLink("TUISecret", -1), PlayerGroupAll(), 100.0, 0.0);
        TextTagCreate(StringExternal("Param/Value/F6B6EFD6"), 24, UnitGetPosition(UnitFromId(1167)), 1.0, true, false, PlayerGroupAll());
        TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 2.0);
        UnitIssueOrder(UnitFromId(1167), Order(AbilityCommand("TaurenOuthouseLiftoff", 0)), c_orderQueueReplace);

campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/advancedcommand.sc2mapMapScript.galaxy:528

            TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/65AC0DEF")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
            TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
            TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
            TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
            Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/advancedcommand.sc2mapMapScript.galaxy:538

                TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/B51155E6")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
                TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
                TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
                TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
                Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/advancedcommand.sc2mapMapScript.galaxy:548

                    TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/E455D391")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
                    TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
                    TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
                    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
                    Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/protosspsionics.sc2mapMapScript.galaxy:601

            TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/38E28403")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
            TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
            TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
            TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
            Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/protosspsionics.sc2mapMapScript.galaxy:611

                TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/E31A3CC3")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
                TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
                TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
                TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
                Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/protosspsionics.sc2mapMapScript.galaxy:621

                    TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/5D00C9C8")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
                    TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
                    TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
                    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
                    Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/terrancovertops.sc2mapMapScript.galaxy:522

            TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/182CAEAB")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
            TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
            TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
            TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
            Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/terrancovertops.sc2mapMapScript.galaxy:532

                TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/44B8485F")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
                TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
                TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
                TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
                Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/terrancovertops.sc2mapMapScript.galaxy:542

                    TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/7EAAA8B3")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
                    TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
                    TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
                    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
                    Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/zerginfestation.sc2mapMapScript.galaxy:519

            TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/D791F41E")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
            TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
            TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
            TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
            Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/zerginfestation.sc2mapMapScript.galaxy:529

                TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/F7A87031")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
                TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
                TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
                TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
                Wait(3.0, c_timeGame);

campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/zerginfestation.sc2mapMapScript.galaxy:539

                    TextTagCreate((IntToText(gv_multikillCounter) + StringExternal("Param/Value/10C85EAB")), 24, gv_multiKillLastKillPosition, 1.0, true, false, PlayerGroupAll());
                    TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
                    TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
                    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
                    Wait(3.0, c_timeGame);

campaigns/libertystory.sc2campaignbase.sc2data/TriggerLibs/CampaignLib.galaxy:872

        TextTagCreate((StringExternal("Param/Value/lib_Camp_F6EDE668") + IntToText(lp_resourceAmount) + StringExternal("Param/Value/lib_Camp_A7A85440")), 24, UnitGetPosition(lp_cacheUnit), 1.0, true, false, PlayerGroupAll());
        lv_textTag = TextTagLastCreated();
        TextTagSetVelocity(lv_textTag, 0.5, 90.0);
        TextTagSetTime(lv_textTag, c_textTagTimeDuration, 2.0);
        UnitKill(lp_cacheUnit);

campaigns/libertystory.sc2campaignbase.sc2data/TriggerLibs/CampaignLib.galaxy:881

        TextTagCreate((StringExternal("Param/Value/lib_Camp_0DAA8706") + IntToText(lp_resourceAmount) + StringExternal("Param/Value/lib_Camp_8E9001C5")), 24, UnitGetPosition(lp_cacheUnit), 1.0, true, false, PlayerGroupAll());
        lv_textTag = TextTagLastCreated();
        TextTagSetVelocity(lv_textTag, 0.5, 90.0);
        TextTagSetTime(lv_textTag, c_textTagTimeDuration, 2.0);
        UnitKill(lp_cacheUnit);

campaigns/libertystory.sc2campaignbase.sc2data/TriggerLibs/CampaignLib.galaxy:919

    if (autoC89FF57C_val == libCamp_ge_StoryResearchCategory_ResearchCategoryProtoss) {
        TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 50.20, 100.00));
        TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 4.0);
        SoundPlay(SoundLink("UI_ResourcePickup", -1), PlayerGroupAll(), 100.0, 0.0);

campaigns/libertystory.sc2campaignbase.sc2data/TriggerLibs/CampaignLib.galaxy:925

    else if (autoC89FF57C_val == libCamp_ge_StoryResearchCategory_ResearchCategoryZerg) {
        TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 50.20, 0.00));
        TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 4.0);
        SoundPlay(SoundLink("UI_ResourcePickup", -1), PlayerGroupAll(), 100.0, 0.0);

campaigns/swarm.sc2campaignbase.sc2maps/maps/campaign/swarm/zchar01.sc2map/MapScript.galaxy:2102

            }
            TextTagCreate(TextReplaceWord(StringExternal("Param/Value/AB71505C"), StringExternal("Param/Value/F6E2D9A2"), IntToText(lv_numberOfEggs), c_stringReplaceAll, c_stringCase), 24, UnitGetPosition(auto3B0F3FBC_var), 1.0, true, false, PlayerGroupAll());
            TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
            TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
            SoundPlay(SoundLink("UI_ResourcePickup", -1), PlayerGroupAll(), 100.0, 0.0);

campaigns/swarm.sc2campaignbase.sc2maps/maps/campaign/swarm/zexpedition01.sc2map/MapScript.galaxy:712

        TextExpressionSetToken("Param/Expression/0894A15A", "B", StringExternal("Param/Value/75FB824F"));
        TextTagCreate(TextExpressionAssemble("Param/Expression/0894A15A"), 24, UnitGetPosition(lp_cHOSEN_ESSENCE), 2.0, true, false, PlayerGroupAll());
        TextTagSetVelocity(TextTagLastCreated(), 0.7, 90.0);
        TextTagSetBackgroundImage(TextTagLastCreated(), "Assets\\Textures\\blank.dds", true);
        TextTagSetEdgeImage(TextTagLastCreated(), c_textTagEdgeBottom, "Assets\\Textures\\ui_hots_frame_objectives_bonus_popup_short.dds", 0, -15);

campaigns/swarm.sc2campaignbase.sc2maps/maps/campaign/swarm/zexpedition03.sc2map/MapScript.galaxy:423

        PlayerModifyPropertyInt(gv_pLAYER_01_USER, c_playerPropCustomCollected, c_playerPropOperAdd, 5);
        TextTagCreate(StringExternal("Param/Value/99E0F636"), 24, UnitGetPosition(lv_essenceUnit), 1.5, true, true, PlayerGroupAll());
        TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    }

campaigns/swarm.sc2campaignbase.sc2maps/maps/campaign/swarm/zexpedition03.sc2map/MapScript.galaxy:436

        PlayerModifyPropertyInt(gv_pLAYER_01_USER, c_playerPropCustomCollected, c_playerPropOperAdd, 5);
        TextTagCreate(StringExternal("Param/Value/6EDB264C"), 24, UnitGetPosition(lv_essenceUnit), 1.5, true, true, PlayerGroupAll());
        TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    }

campaigns/swarm.sc2campaignbase.sc2maps/maps/campaign/swarm/zexpedition03.sc2map/MapScript.galaxy:449

        PlayerModifyPropertyInt(gv_pLAYER_01_USER, c_playerPropCustomCollected, c_playerPropOperAdd, 5);
        TextTagCreate(StringExternal("Param/Value/62C515F4"), 24, UnitGetPosition(lv_essenceUnit), 1.5, true, true, PlayerGroupAll());
        TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    }

campaigns/swarm.sc2campaignbase.sc2maps/maps/campaign/swarm/zexpedition03.sc2map/MapScript.galaxy:463

        PlayerModifyPropertyInt(gv_pLAYER_01_USER, c_playerPropCustomCollected, c_playerPropOperAdd, 10);
        TextTagCreate(StringExternal("Param/Value/F2618704"), 24, UnitGetPosition(lv_essenceUnit), 1.5, true, true, PlayerGroupAll());
        TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    }

campaigns/swarm.sc2campaignbase.sc2maps/maps/campaign/swarm/zexpedition03.sc2map/MapScript.galaxy:476

        PlayerModifyPropertyInt(gv_pLAYER_01_USER, c_playerPropCustomCollected, c_playerPropOperAdd, 75);
        TextTagCreate(StringExternal("Param/Value/15916EF9"), 24, UnitGetPosition(lv_essenceUnit), 1.5, true, true, PlayerGroupAll());
        TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    }

campaigns/swarm.sc2campaignbase.sc2maps/maps/campaign/swarm/zlab02.sc2map/MapScript.galaxy:2399

    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
    return true;
}

campaigns/swarm.sc2campaignbase.sc2maps/maps/campaign/swarm/zlab02.sc2map/MapScript.galaxy:2444

    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
    return true;
}

campaigns/swarm.sc2campaignbase.sc2maps/maps/campaign/swarm/zspace01.sc2map/MapScript.galaxy:659

    lv_label = TextExpressionAssemble("Param/Expression/401976B8");
    TextTagCreate(lv_label, 24, UnitGetPosition(lp_unitKilled), 2.0, true, false, PlayerGroupAll());
    TextTagSetVelocity(TextTagLastCreated(), 0.7, 90.0);
    TextTagSetBackgroundImage(TextTagLastCreated(), "Assets\\Textures\\blank.dds", true);
    TextTagShowBackground(TextTagLastCreated(), true);

campaigns/swarm.sc2campaignbase.sc2maps/maps/campaign/swarm/zspace01.sc2map/MapScript.galaxy:689

    TextTagCreate(StringExternal("Param/Value/3A9455B9"), 36, UnitGetPosition(gv_hyperion), 0.0, true, false, PlayerGroupAll());
    TextTagAttachToUnit(TextTagLastCreated(), gv_hyperion, 0.0);
    TextTagSetVelocity(TextTagLastCreated(), 0.8, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 4.0);
    autoC1D4315D_val = gv_hyperionLevel;

campaigns/swarm.sc2campaignbase.sc2maps/maps/campaign/voidprologue/voidprologue02.sc2map/MapScript.galaxy:759

        TextTagCreate(StringExternal("Param/Value/7C61B947"), 24, UnitGetPosition(lp_targetUnit), 2.0, true, false, PlayerGroupAll());
        TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
        TextTagSetVelocity(TextTagLastCreated(), 0.7, 90.0);
        TextTagShowBackground(TextTagLastCreated(), false);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);

campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zchar01.sc2mapMapScript.galaxy:2102

            }
            TextTagCreate(TextReplaceWord(StringExternal("Param/Value/AB71505C"), StringExternal("Param/Value/F6E2D9A2"), IntToText(lv_numberOfEggs), c_stringReplaceAll, c_stringCase), 24, UnitGetPosition(auto3B0F3FBC_var), 1.0, true, false, PlayerGroupAll());
            TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
            TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
            SoundPlay(SoundLink("UI_ResourcePickup", -1), PlayerGroupAll(), 100.0, 0.0);

campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zexpedition01.sc2mapMapScript.galaxy:712

        TextExpressionSetToken("Param/Expression/0894A15A", "B", StringExternal("Param/Value/75FB824F"));
        TextTagCreate(TextExpressionAssemble("Param/Expression/0894A15A"), 24, UnitGetPosition(lp_cHOSEN_ESSENCE), 2.0, true, false, PlayerGroupAll());
        TextTagSetVelocity(TextTagLastCreated(), 0.7, 90.0);
        TextTagSetBackgroundImage(TextTagLastCreated(), "Assets\\Textures\\blank.dds", true);
        TextTagSetEdgeImage(TextTagLastCreated(), c_textTagEdgeBottom, "Assets\\Textures\\ui_hots_frame_objectives_bonus_popup_short.dds", 0, -15);

campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zexpedition03.sc2mapMapScript.galaxy:423

        PlayerModifyPropertyInt(gv_pLAYER_01_USER, c_playerPropCustomCollected, c_playerPropOperAdd, 5);
        TextTagCreate(StringExternal("Param/Value/99E0F636"), 24, UnitGetPosition(lv_essenceUnit), 1.5, true, true, PlayerGroupAll());
        TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    }

campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zexpedition03.sc2mapMapScript.galaxy:436

        PlayerModifyPropertyInt(gv_pLAYER_01_USER, c_playerPropCustomCollected, c_playerPropOperAdd, 5);
        TextTagCreate(StringExternal("Param/Value/6EDB264C"), 24, UnitGetPosition(lv_essenceUnit), 1.5, true, true, PlayerGroupAll());
        TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    }

campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zexpedition03.sc2mapMapScript.galaxy:449

        PlayerModifyPropertyInt(gv_pLAYER_01_USER, c_playerPropCustomCollected, c_playerPropOperAdd, 5);
        TextTagCreate(StringExternal("Param/Value/62C515F4"), 24, UnitGetPosition(lv_essenceUnit), 1.5, true, true, PlayerGroupAll());
        TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    }

campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zexpedition03.sc2mapMapScript.galaxy:463

        PlayerModifyPropertyInt(gv_pLAYER_01_USER, c_playerPropCustomCollected, c_playerPropOperAdd, 10);
        TextTagCreate(StringExternal("Param/Value/F2618704"), 24, UnitGetPosition(lv_essenceUnit), 1.5, true, true, PlayerGroupAll());
        TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    }

campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zexpedition03.sc2mapMapScript.galaxy:476

        PlayerModifyPropertyInt(gv_pLAYER_01_USER, c_playerPropCustomCollected, c_playerPropOperAdd, 75);
        TextTagCreate(StringExternal("Param/Value/15916EF9"), 24, UnitGetPosition(lv_essenceUnit), 1.5, true, true, PlayerGroupAll());
        TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    }

campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zlab02.sc2mapMapScript.galaxy:2399

    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
    return true;
}

campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zlab02.sc2mapMapScript.galaxy:2444

    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
    return true;
}

campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zspace01.sc2mapMapScript.galaxy:659

    lv_label = TextExpressionAssemble("Param/Expression/401976B8");
    TextTagCreate(lv_label, 24, UnitGetPosition(lp_unitKilled), 2.0, true, false, PlayerGroupAll());
    TextTagSetVelocity(TextTagLastCreated(), 0.7, 90.0);
    TextTagSetBackgroundImage(TextTagLastCreated(), "Assets\\Textures\\blank.dds", true);
    TextTagShowBackground(TextTagLastCreated(), true);

campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zspace01.sc2mapMapScript.galaxy:689

    TextTagCreate(StringExternal("Param/Value/3A9455B9"), 36, UnitGetPosition(gv_hyperion), 0.0, true, false, PlayerGroupAll());
    TextTagAttachToUnit(TextTagLastCreated(), gv_hyperion, 0.0);
    TextTagSetVelocity(TextTagLastCreated(), 0.8, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 4.0);
    autoC1D4315D_val = gv_hyperionLevel;

campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/voidprologue/voidprologue02.sc2mapMapScript.galaxy:759

        TextTagCreate(StringExternal("Param/Value/7C61B947"), 24, UnitGetPosition(lp_targetUnit), 2.0, true, false, PlayerGroupAll());
        TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
        TextTagSetVelocity(TextTagLastCreated(), 0.7, 90.0);
        TextTagShowBackground(TextTagLastCreated(), false);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);

campaigns/swarmstory.sc2campaignbase.sc2data/TriggerLibs/SwarmCampaignLib.galaxy:4013

    SoundPlay(SoundLink("UI_ResourcePickup", 0), PlayerGroupSingle(lp_player), 100.0, 0.0);
    TextTagCreate(lv_text, 24, lp_location, 2.0, true, false, PlayerGroupAll());
    TextTagSetVelocity(TextTagLastCreated(), 0.7, 90.0);
    TextTagSetBackgroundImage(TextTagLastCreated(), "Assets\\Textures\\blank.dds", true);
    if ((lp_resourceType == libSwaC_ge_CacheResourceType_CustomResource)) {

campaigns/voidstory.sc2campaignbase.sc2data/TriggerLibs/VoidCampaignMissionLib.galaxy:3777

    SoundPlay(SoundLink("UI_ResourcePickup", 0), PlayerGroupSingle(lp_player), 100.0, 0.0);
    TextTagCreate(lv_text, 24, lp_location, 2.0, true, false, PlayerGroupAll());
    TextTagSetVelocity(TextTagLastCreated(), 0.7, 90.0);
    TextTagSetBackgroundImage(TextTagLastCreated(), "Assets\\Textures\\blank.dds", true);
    if ((lp_resourceType == libVCMI_ge_CacheResourceType_CustomResource)) {

campaigns/voidstory.sc2campaignbase.sc2data/TriggerLibs/VoidCampaignMissionLib.galaxy:3802

    SoundPlay(SoundLink("UI_ResourcePickup", 0), PlayerGroupSingle(1), 100.0, 0.0);
    TextTagCreate(lv_floatingText, 24, lp_location, (PointGetHeight(lp_location)+2.0), true, false, PlayerGroupAll());
    TextTagSetVelocity(TextTagLastCreated(), 0.7, 90.0);
    TextTagSetBackgroundImage(TextTagLastCreated(), "Assets\\Textures\\blank.dds", true);
    TextTagShowBackground(TextTagLastCreated(), true);

mods/frontiers.sc2modbase.sc2data/Lib6CB3363F.galaxy:1781

    lib6CB3363F_gf_UpdateAmmoDialog(EventPlayerEffectUsedUnitOwner(c_effectPlayerCaster));
    TextTagCreate(StringExternal("Param/Value/lib_6CB3363F_E599EA4D"), 24, UnitGetPosition(EventPlayerEffectUsedUnit(c_effectUnitCaster)), 1.0, true, false, PlayerGroupSingle(EventPlayerEffectUsedUnitOwner(c_effectPlayerCaster)));
    TextTagSetVelocity(TextTagLastCreated(), 1.0, 90.0);
    Wait(3.0, c_timeGame);
    TextTagDestroy(TextTagLastCreated());

mods/heroesbrawlmods/arenamodemods/gardenarena.stormmodbase.stormdata/LibAMGT.galaxy:1542

    PlayerGroupAdd(lv_textTagPlayers, libCore_gv_oBSERVER_ObserverUIPlayer);
    TextTagCreate(StringExternal("Param/Value/lib_AMGT_0EAE148F"), 24, UnitGetPosition(lv_collectingUnit), 1.0, true, true, lv_textTagPlayers);
    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);

mods/heroesbrawlmods/arenamodemods/gardenarena.stormmodbase.stormdata/LibAMGT.galaxy:1546

    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagCreate(StringExternal("Param/Value/lib_AMGT_0835D700"), 24, UnitGetPosition(lv_collectingUnit), 1.0, true, true, libGame_gf_EnemyPlayerGroupOfPlayer(lv_collectingPlayer));
    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);

mods/heroesbrawlmods/arenamodemods/punisherarena.stormmodbase.stormdata/LibAMPU.galaxy:236

    TextExpressionSetToken("Param/Expression/lib_AMPU_476B47B7", "A", IntToText(lp_scoreGained));
    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_AMPU_476B47B7"), 30, lp_location, 4.0, true, true, lv_textTagPlayers);
    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);

mods/heroesbrawlmods/arenamodemods/punisherarena.stormmodbase.stormdata/LibAMPU.galaxy:241

    TextExpressionSetToken("Param/Expression/lib_AMPU_C25E288D", "A", IntToText(lp_scoreGained));
    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_AMPU_C25E288D"), 30, lp_location, 4.0, true, true, lv_textTagPlayers2);
    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);

mods/heroesbrawlmods/brawlmapmods/blackheartsrevenge.stormmodbase.stormdata/LibMDoE.galaxy:2817

    TextExpressionSetToken("Param/Expression/lib_MDoE_60945D37", "A", IntToText(lv_GoldHandedIn));
    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_MDoE_60945D37"), 24, UnitGetPosition(lv_handInHeroUnit2), 3.0, true, true, libGame_gf_PlayersOnTeamHeroes(lv_handInTeam, false));
    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 4.0);

mods/heroesbrawlmods/brawlmapmods/blackheartsrevenge.stormmodbase.stormdata/LibMDoE.galaxy:2822

    TextExpressionSetToken("Param/Expression/lib_MDoE_AE051398", "A", IntToText(lv_GoldHandedIn));
    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_MDoE_AE051398"), 24, UnitGetPosition(lv_handInHeroUnit2), 3.0, true, true, libGame_gf_PlayersOnTeamHeroes(lv_handInTeamEnemy, false));
    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 4.0);

mods/heroesbrawlmods/brawlmapmods/blackheartsrevenge.stormmodbase.stormdata/LibMDoE.galaxy:2827

    TextExpressionSetToken("Param/Expression/lib_MDoE_D7163D0C", "A", IntToText(lv_GoldHandedIn));
    TextTagCreate(TextExpressionAssemble("Param/Expression/lib_MDoE_D7163D0C"), 24, UnitGetPosition(lv_handInHeroUnit2), 3.0, true, true, libCore_gv_playerGroupFromPlayer[libCore_gv_oBSERVER_ObserverUIPlayer]);
    TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
    TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
    TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 4.0);

mods/heroesbrawlmods/brawlmapmods/coop/deadmansstand.stormmodbase.stormdata/LibPEB1.galaxy:3526


    TextTagCreate(StringExternal("Param/Value/lib_PEB1_4956CE22"), 32, UnitGroupCenterOfGroup(libPEB1_gv_marineRescue[lp_index].lv_marineGroup), 2.0, true, false, PlayerGroupAll());
    TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);
    Wait(2.0, c_timeGame);
    TextTagDestroy(TextTagLastCreated());

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/StartingExperienceLib.galaxy:5358

                TextTagCreate(StringExternal("Param/Value/lib_StEx_D432837B"), 24, PointWithOffset(UnitGetPosition(libStEx_gv_targetDummyUnit), 0.0, 1.0), 1.0, true, false, PlayerGroupAll());
                TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 2.0);
                TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
                libStEx_gv_targetDummyDamage = 0.0;
                if ((libStEx_gv_targetDummyDamageTimerStarted == true)) {

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/UILib.galaxy:3206

            TextTagCreate(TextExpressionAssemble("Param/Expression/lib_UIUI_42CACAFD"), 15, lp_targetPosition, lp_heightOffset, true, lp_obeyFogRules, libCore_gv_playerGroupFromPlayer[lp_displayPlayer]);
        }
        TextTagSetVelocity(TextTagLastCreated(), 0.75, 90.0);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, libUIUI_gv_floatingCombatTextFadeDuration);
        TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, lp_duration);