# Set Color Of Text Tag
Grammar — Set type|Color Type color(s) for tag|Text Tag to color
Flags —Native
|Action
Sets the color of different parts of the text tag.
# Arguments
int
<preset::TextTag> — Tagint
<preset::TextTagColor> — Typecolor
— Color
Returns — void
native void TextTagSetColor(
int inTag,
int inType,
color inColor,
);
# Related
Category: Text Tag / Formatting
- Set Alignment Of Text Tag —
void
— TextTagSetAlignment - Set Text Alignment Of Text Tag —
void
— TextTagSetTextAlignment - Set Background Border Size Of Text Tag —
void
— TextTagSetBackgroundBorderSize - Set Background Image Of Text Tag —
void
— TextTagSetBackgroundImage - Set Background Offset Of Text Tag —
void
— TextTagSetBackgroundOffset - Set Edge Image Of Text Tag —
void
— TextTagSetEdgeImage - Set Color Of Text Tag —
void
— TextTagSetColor - Set Enforce Fog Of War Of Text Tag —
void
— TextTagFogofWar - Set Visibility Type Of Text Tag —
void
— TextTagSetFogVisibility - Set Faded Transparency Of Text Tag —
void
— TextTagSetFadedTransparency - Set Font Size Of Text Tag —
void
— TextTagSetFontSize - Set Maximum Size Of Text Tag —
void
— TextTagSetMaxSize - Show/Hide Background For Text Tag —
void
— TextTagShowBackground - Show/Hide Text Shadow For Text Tag —
void
— TextTagSetTextShadow
# Examples
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tarcade.sc2map/MapScript.galaxy:3041
// Implementation
TextTagCreate(lp_text, 24, UnitGetPosition(gv_viking), 1.0, true, false, PlayerGroupAll());
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/thorner05s.sc2map/MapScript.galaxy:1435
TriggerExecute(gt_AchievmentWeaponpickups, true, false);
}
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/thorner05s.sc2map/MapScript.galaxy:1448
TriggerExecute(gt_AchievmentWeaponpickups, true, false);
}
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/thorner05s.sc2map/MapScript.galaxy:1511
TriggerExecute(gt_AchievmentWeaponpickups, true, false);
}
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/thorner05s.sc2map/MapScript.galaxy:1524
TriggerExecute(gt_AchievmentWeaponpickups, true, false);
}
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/thorner05s.sc2map/MapScript.galaxy:1587
TriggerExecute(gt_AchievmentWeaponpickups, true, false);
}
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/thorner05s.sc2map/MapScript.galaxy:1600
TriggerExecute(gt_AchievmentWeaponpickups, true, false);
}
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/thorner05s.sc2map/MapScript.galaxy:1646
TextTagCreate(StringExternal("Param/Value/C0CD930D"), 22, UnitGetPosition(EventUnitTargetUnit()), 0.4, true, true, PlayerGroupAll());
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tstory01.sc2map/MapScript.galaxy:2893
}
TextTagSetTextShadow(TextTagLastCreated(), true);
TextTagSetColor(TextTagLastCreated(), c_textTagColorBackground, ColorWithAlpha(6.27, 14.51, 19.61, 80.00));
TextTagShowBackground(TextTagLastCreated(), true);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 5.0);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/ttosh03a.sc2map/MapScript.galaxy:4162
gv_textTagMindBlast = TextTagLastCreated();
TextTagSetPosition(TextTagLastCreated(), PointWithOffset(PointFromId(1158), 0.0, 0.0), 1.0);
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
SoundPlayAtPoint(SoundLink("UI_TipSelect", -1), PlayerGroupAll(), libNtve_gf_CenterOfUnitGroup(lv_initialMarineGroup), 0.0, 100.0, 0.0);
TimerStart(lv_indicatorTimeout, 10.0, false, c_timeAI);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/advancedcommand.sc2map/MapScript.galaxy:527
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/advancedcommand.sc2map/MapScript.galaxy:537
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/advancedcommand.sc2map/MapScript.galaxy:547
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/protosscombat.sc2map/MapScript.galaxy:405
PingSetVisible(gv_enemyPing03, true);
TextTagCreate(lp_roundText, 60, CameraGetTarget(gv_pLAYER_USER), 2.0, true, false, PlayerGroupAll());
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 94.90, 94.90));
TextTagSetBackgroundBorderSize(TextTagLastCreated(), 2.0, 2.0);
Wait(3.0, c_timeGame);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/protosspsionics.sc2map/MapScript.galaxy:600
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/protosspsionics.sc2map/MapScript.galaxy:610
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/protosspsionics.sc2map/MapScript.galaxy:620
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/terrancombat.sc2map/MapScript.galaxy:369
PingSetVisible(gv_enemyPing03, true);
TextTagCreate(lp_roundText, 60, CameraGetTarget(gv_pLAYER_USER), 2.0, true, false, PlayerGroupAll());
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 94.90, 94.90));
TextTagSetBackgroundBorderSize(TextTagLastCreated(), 2.0, 2.0);
Wait(3.0, c_timeGame);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/terrancovertops.sc2map/MapScript.galaxy:521
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/terrancovertops.sc2map/MapScript.galaxy:531
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/terrancovertops.sc2map/MapScript.galaxy:541
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/zergcombat.sc2map/MapScript.galaxy:415
PingSetVisible(gv_enemyPing03, true);
TextTagCreate(lp_roundText, 60, CameraGetTarget(gv_pLAYER_USER), 2.0, true, false, PlayerGroupAll());
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 94.90, 94.90));
TextTagSetBackgroundBorderSize(TextTagLastCreated(), 2.0, 2.0);
Wait(3.0, c_timeGame);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/zerginfestation.sc2map/MapScript.galaxy:518
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/zerginfestation.sc2map/MapScript.galaxy:528
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/zerginfestation.sc2map/MapScript.galaxy:538
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tarcade.sc2map — MapScript.galaxy:3041
// Implementation
TextTagCreate(lp_text, 24, UnitGetPosition(gv_viking), 1.0, true, false, PlayerGroupAll());
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/thorner05s.sc2map — MapScript.galaxy:1435
TriggerExecute(gt_AchievmentWeaponpickups, true, false);
}
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner05s.sc2map — MapScript.galaxy:1448
TriggerExecute(gt_AchievmentWeaponpickups, true, false);
}
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner05s.sc2map — MapScript.galaxy:1511
TriggerExecute(gt_AchievmentWeaponpickups, true, false);
}
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner05s.sc2map — MapScript.galaxy:1524
TriggerExecute(gt_AchievmentWeaponpickups, true, false);
}
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner05s.sc2map — MapScript.galaxy:1587
TriggerExecute(gt_AchievmentWeaponpickups, true, false);
}
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner05s.sc2map — MapScript.galaxy:1600
TriggerExecute(gt_AchievmentWeaponpickups, true, false);
}
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner05s.sc2map — MapScript.galaxy:1646
TextTagCreate(StringExternal("Param/Value/C0CD930D"), 22, UnitGetPosition(EventUnitTargetUnit()), 0.4, true, true, PlayerGroupAll());
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
TextTagSetVelocity(TextTagLastCreated(), 2.0, 90.0);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tstory01.sc2map — MapScript.galaxy:2893
}
TextTagSetTextShadow(TextTagLastCreated(), true);
TextTagSetColor(TextTagLastCreated(), c_textTagColorBackground, ColorWithAlpha(6.27, 14.51, 19.61, 80.00));
TextTagShowBackground(TextTagLastCreated(), true);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 5.0);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/ttosh03a.sc2map — MapScript.galaxy:4162
gv_textTagMindBlast = TextTagLastCreated();
TextTagSetPosition(TextTagLastCreated(), PointWithOffset(PointFromId(1158), 0.0, 0.0), 1.0);
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
SoundPlayAtPoint(SoundLink("UI_TipSelect", -1), PlayerGroupAll(), libNtve_gf_CenterOfUnitGroup(lv_initialMarineGroup), 0.0, 100.0, 0.0);
TimerStart(lv_indicatorTimeout, 10.0, false, c_timeAI);
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/advancedcommand.sc2map — MapScript.galaxy:527
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/advancedcommand.sc2map — MapScript.galaxy:537
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/advancedcommand.sc2map — MapScript.galaxy:547
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/protosscombat.sc2map — MapScript.galaxy:405
PingSetVisible(gv_enemyPing03, true);
TextTagCreate(lp_roundText, 60, CameraGetTarget(gv_pLAYER_USER), 2.0, true, false, PlayerGroupAll());
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 94.90, 94.90));
TextTagSetBackgroundBorderSize(TextTagLastCreated(), 2.0, 2.0);
Wait(3.0, c_timeGame);
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/protosspsionics.sc2map — MapScript.galaxy:600
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/protosspsionics.sc2map — MapScript.galaxy:610
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/protosspsionics.sc2map — MapScript.galaxy:620
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/terrancombat.sc2map — MapScript.galaxy:369
PingSetVisible(gv_enemyPing03, true);
TextTagCreate(lp_roundText, 60, CameraGetTarget(gv_pLAYER_USER), 2.0, true, false, PlayerGroupAll());
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 94.90, 94.90));
TextTagSetBackgroundBorderSize(TextTagLastCreated(), 2.0, 2.0);
Wait(3.0, c_timeGame);
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/terrancovertops.sc2map — MapScript.galaxy:521
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/terrancovertops.sc2map — MapScript.galaxy:531
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/terrancovertops.sc2map — MapScript.galaxy:541
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/zergcombat.sc2map — MapScript.galaxy:415
PingSetVisible(gv_enemyPing03, true);
TextTagCreate(lp_roundText, 60, CameraGetTarget(gv_pLAYER_USER), 2.0, true, false, PlayerGroupAll());
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 94.90, 94.90));
TextTagSetBackgroundBorderSize(TextTagLastCreated(), 2.0, 2.0);
Wait(3.0, c_timeGame);
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/zerginfestation.sc2map — MapScript.galaxy:518
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/zerginfestation.sc2map — MapScript.galaxy:528
gv_multiKillMsgUp = true;
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);
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/zerginfestation.sc2map — MapScript.galaxy:538
gv_multiKillMsgUp = true;
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);
campaigns/libertystory.sc2campaign — base.sc2data/TriggerLibs/CampaignLib.galaxy:918
autoC89FF57C_val = lv_category;
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);
campaigns/libertystory.sc2campaign — base.sc2data/TriggerLibs/CampaignLib.galaxy:924
}
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);
campaigns/libertystory.sc2campaign — base.sc2data/TriggerLibs/CampaignLib.galaxy:1559
TextTagSetAlignment(libCamp_gv__CB_Current_ChatBubble[lp_playerIndex], c_alignCenter, c_alignBottom);
TextTagSetMaxSize(libCamp_gv__CB_Current_ChatBubble[lp_playerIndex], 25.0, 40.0);
TextTagSetColor(libCamp_gv__CB_Current_ChatBubble[lp_playerIndex], c_textTagColorText, libCamp_gv__CB_Line_TextColor[lv_lineIndex]);
TextTagSetTextShadow(libCamp_gv__CB_Current_ChatBubble[lp_playerIndex], false);
TextTagSetTime(libCamp_gv__CB_Current_ChatBubble[lp_playerIndex], c_textTagTimeDuration, 360000.0);
campaigns/libertystory.sc2campaign — base.sc2data/TriggerLibs/CampaignLib.galaxy:1564
TextTagShowBackground(libCamp_gv__CB_Current_ChatBubble[lp_playerIndex], true);
TextTagSetBackgroundBorderSize(libCamp_gv__CB_Current_ChatBubble[lp_playerIndex], 1.0, 1.0);
TextTagSetColor(libCamp_gv__CB_Current_ChatBubble[lp_playerIndex], c_textTagColorBackground, libCamp_gv__CB_Line_BGColor[lv_lineIndex]);
TextTagSetBackgroundImage(libCamp_gv__CB_Current_ChatBubble[lp_playerIndex], "Assets/Textures/border-tooltip-game.dds", true);
if ((libCamp_gv__CB_Line_FaceLocation[lv_lineIndex] == null)) {
campaigns/libertystory.sc2campaign — base.sc2data/TriggerLibs/CampaignLib.galaxy:11896
TextTagSetAlignment(lv_p_TextTag, c_alignCenter, c_alignBottom);
TextTagSetMaxSize(lv_p_TextTag, 25.0, 40.0);
TextTagSetColor(lv_p_TextTag, c_textTagColorText, Color(0,0,0));
TextTagSetTextShadow(lv_p_TextTag, false);
TextTagSetTime(lv_p_TextTag, c_textTagTimeDuration, 360000.0);
campaigns/libertystory.sc2campaign — base.sc2data/TriggerLibs/CampaignLib.galaxy:11901
TextTagShowBackground(lv_p_TextTag, true);
TextTagSetBackgroundBorderSize(lv_p_TextTag, 1.0, 1.0);
TextTagSetColor(lv_p_TextTag, c_textTagColorBackground, Color(100,100,100));
TextTagSetBackgroundImage(lv_p_TextTag, "Assets/Textures/border-tooltip-game.dds", true);
TextTagShow(lv_p_TextTag, PlayerGroupSingle(lv_p_Player), true);
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zlab02.sc2map/MapScript.galaxy:2396
SoundPlayOnUnit(SoundLink("Protoss_PowerDownSmall", -1), PlayerGroupAll(), EventUnit(), 8.0, 100.0, 0.0);
TextTagCreate(StringExternal("Param/Value/7F218142"), 22, UnitGetPosition(EventUnit()), 2.0, true, true, PlayerGroupAll());
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zlab02.sc2map/MapScript.galaxy:2441
SoundPlayOnUnit(SoundLink("ScavengingSystemsHealSound", -1), PlayerGroupAll(), EventUnit(), 8.0, 100.0, 0.0);
TextTagCreate(StringExternal("Param/Value/BD187A1F"), 22, UnitGetPosition(EventUnit()), 2.0, true, true, PlayerGroupAll());
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/voidprologue/voidprologue02.sc2map/MapScript.galaxy:758
while ((gv_gameOver == false)) {
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);
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zlab02.sc2map — MapScript.galaxy:2396
SoundPlayOnUnit(SoundLink("Protoss_PowerDownSmall", -1), PlayerGroupAll(), EventUnit(), 8.0, 100.0, 0.0);
TextTagCreate(StringExternal("Param/Value/7F218142"), 22, UnitGetPosition(EventUnit()), 2.0, true, true, PlayerGroupAll());
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/swarm/zlab02.sc2map — MapScript.galaxy:2441
SoundPlayOnUnit(SoundLink("ScavengingSystemsHealSound", -1), PlayerGroupAll(), EventUnit(), 8.0, 100.0, 0.0);
TextTagCreate(StringExternal("Param/Value/BD187A1F"), 22, UnitGetPosition(EventUnit()), 2.0, true, true, PlayerGroupAll());
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
campaigns/swarm.sc2campaign/base.sc2maps/maps/campaign/voidprologue/voidprologue02.sc2map — MapScript.galaxy:758
while ((gv_gameOver == false)) {
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);
mods/heroesbrawlmods/brawlmapmods/coop/pvebrawlstarcraft.stormmod — base.stormdata/LibPESC.galaxy:127
libPESC_gv_hMCLTextTag = TextTagLastCreated();
TextTagShowBackground(libPESC_gv_hMCLTextTag, true);
TextTagSetColor(libPESC_gv_hMCLTextTag, c_textTagColorBackground, ColorWithAlpha(0.00, 25.10, 0.00, 24.71));
TriggerEnable(libPESC_gt_PVEHardModeUpdate, true);
return true;
mods/heroesbrawlmods/brawlmapmods/coop/pvebrawlstarcraft.stormmod — base.stormdata/LibPESC.galaxy:263
}
TextTagSetText(libPESC_gv_hMCLTextTag, TextExpressionAssemble("Param/Expression/lib_PESC_D2BCE9B3"));
TextTagSetColor(libPESC_gv_hMCLTextTag, c_textTagColorText, Color(0.00, 100.00, 0.00));
Wait(5.0, c_timeGame);
TextTagDestroy(libPESC_gv_hMCLTextTag);
mods/heroesbrawlmods/brawlmapmods/coop/pvestarcraft.stormmod — base.stormdata/LibPESC.galaxy:127
libPESC_gv_hMCLTextTag = TextTagLastCreated();
TextTagShowBackground(libPESC_gv_hMCLTextTag, true);
TextTagSetColor(libPESC_gv_hMCLTextTag, c_textTagColorBackground, ColorWithAlpha(0.00, 25.10, 0.00, 24.71));
TriggerEnable(libPESC_gt_PVEHardModeUpdate, true);
return true;
mods/heroesbrawlmods/brawlmapmods/coop/pvestarcraft.stormmod — base.stormdata/LibPESC.galaxy:263
}
TextTagSetText(libPESC_gv_hMCLTextTag, TextExpressionAssemble("Param/Expression/lib_PESC_D2BCE9B3"));
TextTagSetColor(libPESC_gv_hMCLTextTag, c_textTagColorText, Color(0.00, 100.00, 0.00));
Wait(5.0, c_timeGame);
TextTagDestroy(libPESC_gv_hMCLTextTag);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:3232
TextExpressionSetToken("Param/Expression/lib_UIUI_DD1C12C8", "B", lp_text);
TextTagCreate(TextExpressionAssemble("Param/Expression/lib_UIUI_DD1C12C8"), 15, lp_targetPosition, lp_heightOffset, true, lp_obeyFogRules, PlayerGroupAll());
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 100.00, 0.00));
}
else {
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:3238
TextExpressionSetToken("Param/Expression/lib_UIUI_6F4CE946", "B", lp_text);
TextTagCreate(TextExpressionAssemble("Param/Expression/lib_UIUI_6F4CE946"), 15, lp_targetPosition, lp_heightOffset, true, lp_obeyFogRules, libCore_gv_playerGroupFromPlayer[lp_displayPlayer]);
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 100.00, 0.00));
}
TextTagSetVelocity(TextTagLastCreated(), 1.5, 90.0);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:3250
TextExpressionSetToken("Param/Expression/lib_UIUI_FB354536", "B", lp_text);
TextTagCreate(TextExpressionAssemble("Param/Expression/lib_UIUI_FB354536"), 15, lp_targetPosition, lp_heightOffset, true, lp_obeyFogRules, PlayerGroupAll());
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 50.20, 25.10));
}
else {
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:3256
TextExpressionSetToken("Param/Expression/lib_UIUI_4687922E", "B", lp_text);
TextTagCreate(TextExpressionAssemble("Param/Expression/lib_UIUI_4687922E"), 15, lp_targetPosition, lp_heightOffset, true, lp_obeyFogRules, libCore_gv_playerGroupFromPlayer[lp_displayPlayer]);
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 50.20, 25.10));
}
TextTagSetVelocity(TextTagLastCreated(), 2.5, 90.0);
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:3268
TextExpressionSetToken("Param/Expression/lib_UIUI_BA735566", "B", lp_text);
TextTagCreate(TextExpressionAssemble("Param/Expression/lib_UIUI_BA735566"), 15, lp_targetPosition, lp_heightOffset, true, lp_obeyFogRules, PlayerGroupAll());
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
}
else {
mods/heroesdata.stormmod — base.stormdata/TriggerLibs/UILib.galaxy:3274
TextExpressionSetToken("Param/Expression/lib_UIUI_7FCA20F9", "B", lp_text);
TextTagCreate(TextExpressionAssemble("Param/Expression/lib_UIUI_7FCA20F9"), 15, lp_targetPosition, lp_heightOffset, true, lp_obeyFogRules, libCore_gv_playerGroupFromPlayer[lp_displayPlayer]);
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 0.00, 0.00));
}
TextTagSetVelocity(TextTagLastCreated(), 3.0, 90.0);
mods/novastoryassets.sc2mod — base.sc2maps/maps/campaign/nova/nova01.sc2map/MapScript.galaxy:2671
SoundPlayOnUnit(SoundLink("Protoss_PowerDownSmall", -1), PlayerGroupAll(), EventUnit(), 8.0, 100.0, 0.0);
TextTagCreate(StringExternal("Param/Value/2C94DA3D"), 22, UnitGetPosition(EventUnit()), 2.0, true, true, PlayerGroupAll());
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
mods/novastoryassets.sc2mod — base.sc2maps/maps/campaign/nova/nova01.sc2map/MapScript.galaxy:2716
SoundPlayOnUnit(SoundLink("ScavengingSystemsHealSound", -1), PlayerGroupAll(), EventUnit(), 8.0, 100.0, 0.0);
TextTagCreate(StringExternal("Param/Value/87FDA9C8"), 22, UnitGetPosition(EventUnit()), 2.0, true, true, PlayerGroupAll());
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
mods/novastoryassets.sc2mod/base.sc2maps/maps/campaign/nova/nova01.sc2map — MapScript.galaxy:2671
SoundPlayOnUnit(SoundLink("Protoss_PowerDownSmall", -1), PlayerGroupAll(), EventUnit(), 8.0, 100.0, 0.0);
TextTagCreate(StringExternal("Param/Value/2C94DA3D"), 22, UnitGetPosition(EventUnit()), 2.0, true, true, PlayerGroupAll());
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
mods/novastoryassets.sc2mod/base.sc2maps/maps/campaign/nova/nova01.sc2map — MapScript.galaxy:2716
SoundPlayOnUnit(SoundLink("ScavengingSystemsHealSound", -1), PlayerGroupAll(), EventUnit(), 8.0, 100.0, 0.0);
TextTagCreate(StringExternal("Param/Value/87FDA9C8"), 22, UnitGetPosition(EventUnit()), 2.0, true, true, PlayerGroupAll());
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(0.00, 100.00, 0.00));
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
TextTagSetFogVisibility(TextTagLastCreated(), c_visTypeFog);
mods/starcoop/starcoop.sc2mod — base.sc2data/LibCOMI.galaxy:4515
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 5.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, 2.0);
TextTagSetColor(TextTagLastCreated(), c_textTagColorText, Color(100.00, 100.00, 100.00));
}
mods/starcoop/starcoop.sc2mod — base.sc2data/LibCOMI.galaxy:25144
}
lv_crittexttag = TextTagLastCreated();
TextTagSetColor(lv_crittexttag, c_textTagColorText, Color(100.00, 0.00, 0.00));
TextTagSetVelocity(lv_crittexttag, 0.5, 90.0);
Wait(2.0, c_timeGame);