# Set Time Of Text Tag
Grammar — Set type|Time Type time for tag|Text Tag to time seconds
Flags —Native
|Action
Sets the duration for the text tag to appear.
# Arguments
int
<preset::TextTag> — Tagint
<preset::TextTagTime> — Typefixed
— Time
Returns — void
native void TextTagSetTime(
int inTag,
int inType,
fixed inVal,
);
# Related
Category: Text Tag / Basic
- Create Text Tag —
int
<preset::TextTag> — TextTagCreate - Last Created Text Tag —
int
<preset::TextTag> — TextTagLastCreated - Show/Hide Text Tag —
void
— TextTagShow - Text Tag Is Visible —
bool
— TextTagVisible - Pause/Unpause Text Tag —
void
— TextTagPause - Attach Text Tag To Unit —
void
— TextTagAttachToUnit - Attach Text Tag To Unit Attach Point —
void
— TextTagAttachToUnitPoint - Destroy Text Tag —
void
— TextTagDestroy - Set Position Of Text Tag —
void
— TextTagSetPosition - Set Velocity Of Text Tag —
void
— TextTagSetVelocity - Set Gravity Of Text Tag —
void
— TextTagSetGravity - Set Text Of Text Tag —
void
— TextTagSetText - Set Time Of Text Tag —
void
— TextTagSetTime
# Examples
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tarcade.sc2map/MapScript.galaxy:3042
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/tarcade.sc2map/MapScript.galaxy:7886
lv_effect = libNtve_gf_ActorLastCreated();
TextTagCreate((StringExternal("Param/Value/B43D0432") + StringExternal("Param/Value/C82958EB") + IntToText(((gv_scoreLastBonusLife + (gv_c_BonusLifeScore * gv_extraLifeMulpitier)) / 1000)) + StringExternal("Param/Value/56F048BC") + StringExternal("Param/Value/474EC002")), 100, PointWithOffset(RegionGetCenter(gf_GetCameraBoundary()), 0.0, 8.0), 0.0, true, false, PlayerGroupAll());
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 6.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, 4.0);
TextTagSetVelocity(TextTagLastCreated(), 180.0, 270.0);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tarcade.sc2map/MapScript.galaxy:7887
TextTagCreate((StringExternal("Param/Value/B43D0432") + StringExternal("Param/Value/C82958EB") + IntToText(((gv_scoreLastBonusLife + (gv_c_BonusLifeScore * gv_extraLifeMulpitier)) / 1000)) + StringExternal("Param/Value/56F048BC") + StringExternal("Param/Value/474EC002")), 100, PointWithOffset(RegionGetCenter(gf_GetCameraBoundary()), 0.0, 8.0), 0.0, true, false, PlayerGroupAll());
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 6.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, 4.0);
TextTagSetVelocity(TextTagLastCreated(), 180.0, 270.0);
Wait(1.2, c_timeReal);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/thorner04.sc2map/MapScript.galaxy:517
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.sc2map/MapScript.galaxy:2371
TextTagAttachToUnit(TextTagLastCreated(), lv_chosenUnit, 1.0);
TextTagSetVelocity(TextTagLastCreated(), 1.0, 90.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 2.0);
Wait(2.0, c_timeGame);
TextTagDestroy(TextTagLastCreated());
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/thorner05s.sc2map/MapScript.galaxy:1436
}
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:1449
}
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:1512
}
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:1525
}
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:1588
}
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:1601
}
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:1647
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);
UnitRemove(EventUnit());
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/traynor02.sc2map/MapScript.galaxy:1104
TextTagSetBackgroundBorderSize(TextTagLastCreated(), 1.0, 1.0);
TextTagShowBackground(TextTagLastCreated(), true);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, c_textTagTimePermanent);
TextTagAttachToUnit(gv_supplyHelperTXT, gv_supplySCV, 1.0);
TextTagShow(gv_supplyHelperTXT, PlayerGroupAll(), true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/traynor02.sc2map/MapScript.galaxy:1295
TextTagSetBackgroundBorderSize(TextTagLastCreated(), 1.0, 1.0);
TextTagShowBackground(TextTagLastCreated(), true);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, c_textTagTimePermanent);
gv_sCVHelperTXT = TextTagLastCreated();
TriggerEnable(gt_SCVSafetyTXTkiller, true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/traynor03.sc2map/MapScript.galaxy:671
TextTagSetBackgroundBorderSize(TextTagLastCreated(), 1.0, 1.0);
TextTagShowBackground(TextTagLastCreated(), true);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, c_textTagTimePermanent);
gv_bunkerBridgeEastTextTag = TextTagLastCreated();
TextTagCreate(StringExternal("Param/Value/DD630F5C"), 18, UnitGetPosition(gv_bunkerBridgeWest), 2.5, false, false, PlayerGroupAll());
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/traynor03.sc2map/MapScript.galaxy:677
TextTagSetBackgroundBorderSize(TextTagLastCreated(), 1.0, 1.0);
TextTagShowBackground(TextTagLastCreated(), true);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, c_textTagTimePermanent);
gv_bunkerBridgeWestTextTag = TextTagLastCreated();
TextTagCreate(StringExternal("Param/Value/24851E7E"), 18, UnitGetPosition(gv_bunkerBaseEast), 2.5, false, false, PlayerGroupAll());
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/traynor03.sc2map/MapScript.galaxy:683
TextTagSetBackgroundBorderSize(TextTagLastCreated(), 1.0, 1.0);
TextTagShowBackground(TextTagLastCreated(), true);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, c_textTagTimePermanent);
gv_bunkerBaseEastTextTag = TextTagLastCreated();
TextTagCreate(StringExternal("Param/Value/43FACC21"), 18, UnitGetPosition(gv_bunkerBaseWest), 2.5, false, false, PlayerGroupAll());
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/traynor03.sc2map/MapScript.galaxy:689
TextTagSetBackgroundBorderSize(TextTagLastCreated(), 1.0, 1.0);
TextTagShowBackground(TextTagLastCreated(), true);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, c_textTagTimePermanent);
gv_bunkerBaseWestTextTag = TextTagLastCreated();
return true;
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/traynor03.sc2map/MapScript.galaxy:1513
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.sc2map/MapScript.galaxy:1520
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.sc2map/MapScript.galaxy:1531
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);
libCamp_gf_SetStoryState(libCamp_ge_StoryStateID_StoryStateTaurenOutHouseActivated, 1);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/traynor03.sc2map/MapScript.galaxy:1537
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/campaign/tstory01.sc2map/MapScript.galaxy:2895
TextTagSetColor(TextTagLastCreated(), c_textTagColorBackground, ColorWithAlpha(6.27, 14.51, 19.61, 80.00));
TextTagShowBackground(TextTagLastCreated(), true);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 5.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, 4.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeDuration, 1.0);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tstory01.sc2map/MapScript.galaxy:2896
TextTagShowBackground(TextTagLastCreated(), true);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 5.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, 4.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeDuration, 1.0);
if ((gf_CurrentWorldMode() == ge_WorldMode_WorldModeGlobal)) {
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tstory01.sc2map/MapScript.galaxy:2897
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 5.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, 4.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeDuration, 1.0);
if ((gf_CurrentWorldMode() == ge_WorldMode_WorldModeGlobal)) {
gf_ShowHideJukeboxTrackInfo(true);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tstory01.sc2map/MapScript.galaxy:9563
TextTagShowBackground(TextTagLastCreated(), true);
TextTagSetEdgeImage(TextTagLastCreated(), lp_edge, lp_edgeImage, lp_edgeOffsetX, lp_edgeOffsetY);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, c_textTagTimePermanent);
gv_hotspots_FlashingTextTagCount += 1;
gv_hotspots_FlashingTextTags[gv_hotspots_FlashingTextTagCount] = TextTagLastCreated();
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tstory01.sc2map/MapScript.galaxy:9944
if ((lv_tag != c_textTagNone)) {
if ((lp_highlighted == true)) {
TextTagSetTime(lv_tag, c_textTagTimeCurrent, 0.0);
}
else {
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tstory01.sc2map/MapScript.galaxy:9947
}
else {
TextTagSetTime(lv_tag, c_textTagTimeCurrent, 60.0);
}
}
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tstory01.sc2map/MapScript.galaxy:30084
TextTagAttachToUnitPoint(TextTagLastCreated(), gf_BriefingScreen(ge_RoomID_RoomBridge, ge_BriefingScreen_Center), "Ref_StatusBar", 0, -60);
TextTagShowBackground(TextTagLastCreated(), false);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 10.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, 9.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeDuration, 1.0);
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tstory01.sc2map/MapScript.galaxy:30085
TextTagShowBackground(TextTagLastCreated(), false);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 10.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, 9.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeDuration, 1.0);
return true;
campaigns/liberty.sc2campaign — base.sc2maps/maps/campaign/tstory01.sc2map/MapScript.galaxy:30086
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 10.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, 9.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeDuration, 1.0);
return true;
}
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/advancedcommand.sc2map/MapScript.galaxy:529
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/advancedcommand.sc2map/MapScript.galaxy:539
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/advancedcommand.sc2map/MapScript.galaxy:549
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/protosspsionics.sc2map/MapScript.galaxy:602
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/protosspsionics.sc2map/MapScript.galaxy:612
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/protosspsionics.sc2map/MapScript.galaxy:622
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/terrancovertops.sc2map/MapScript.galaxy:523
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/terrancovertops.sc2map/MapScript.galaxy:533
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/terrancovertops.sc2map/MapScript.galaxy:543
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/zerginfestation.sc2map/MapScript.galaxy:520
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/zerginfestation.sc2map/MapScript.galaxy:530
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign — base.sc2maps/maps/challenges/zerginfestation.sc2map/MapScript.galaxy:540
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tarcade.sc2map — MapScript.galaxy:3042
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/tarcade.sc2map — MapScript.galaxy:7886
lv_effect = libNtve_gf_ActorLastCreated();
TextTagCreate((StringExternal("Param/Value/B43D0432") + StringExternal("Param/Value/C82958EB") + IntToText(((gv_scoreLastBonusLife + (gv_c_BonusLifeScore * gv_extraLifeMulpitier)) / 1000)) + StringExternal("Param/Value/56F048BC") + StringExternal("Param/Value/474EC002")), 100, PointWithOffset(RegionGetCenter(gf_GetCameraBoundary()), 0.0, 8.0), 0.0, true, false, PlayerGroupAll());
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 6.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, 4.0);
TextTagSetVelocity(TextTagLastCreated(), 180.0, 270.0);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tarcade.sc2map — MapScript.galaxy:7887
TextTagCreate((StringExternal("Param/Value/B43D0432") + StringExternal("Param/Value/C82958EB") + IntToText(((gv_scoreLastBonusLife + (gv_c_BonusLifeScore * gv_extraLifeMulpitier)) / 1000)) + StringExternal("Param/Value/56F048BC") + StringExternal("Param/Value/474EC002")), 100, PointWithOffset(RegionGetCenter(gf_GetCameraBoundary()), 0.0, 8.0), 0.0, true, false, PlayerGroupAll());
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 6.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, 4.0);
TextTagSetVelocity(TextTagLastCreated(), 180.0, 270.0);
Wait(1.2, c_timeReal);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner04.sc2map — MapScript.galaxy:517
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.sc2map — MapScript.galaxy:2371
TextTagAttachToUnit(TextTagLastCreated(), lv_chosenUnit, 1.0);
TextTagSetVelocity(TextTagLastCreated(), 1.0, 90.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 2.0);
Wait(2.0, c_timeGame);
TextTagDestroy(TextTagLastCreated());
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/thorner05s.sc2map — MapScript.galaxy:1436
}
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:1449
}
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:1512
}
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:1525
}
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:1588
}
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:1601
}
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:1647
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);
UnitRemove(EventUnit());
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/traynor02.sc2map — MapScript.galaxy:1104
TextTagSetBackgroundBorderSize(TextTagLastCreated(), 1.0, 1.0);
TextTagShowBackground(TextTagLastCreated(), true);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, c_textTagTimePermanent);
TextTagAttachToUnit(gv_supplyHelperTXT, gv_supplySCV, 1.0);
TextTagShow(gv_supplyHelperTXT, PlayerGroupAll(), true);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/traynor02.sc2map — MapScript.galaxy:1295
TextTagSetBackgroundBorderSize(TextTagLastCreated(), 1.0, 1.0);
TextTagShowBackground(TextTagLastCreated(), true);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, c_textTagTimePermanent);
gv_sCVHelperTXT = TextTagLastCreated();
TriggerEnable(gt_SCVSafetyTXTkiller, true);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/traynor03.sc2map — MapScript.galaxy:671
TextTagSetBackgroundBorderSize(TextTagLastCreated(), 1.0, 1.0);
TextTagShowBackground(TextTagLastCreated(), true);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, c_textTagTimePermanent);
gv_bunkerBridgeEastTextTag = TextTagLastCreated();
TextTagCreate(StringExternal("Param/Value/DD630F5C"), 18, UnitGetPosition(gv_bunkerBridgeWest), 2.5, false, false, PlayerGroupAll());
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/traynor03.sc2map — MapScript.galaxy:677
TextTagSetBackgroundBorderSize(TextTagLastCreated(), 1.0, 1.0);
TextTagShowBackground(TextTagLastCreated(), true);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, c_textTagTimePermanent);
gv_bunkerBridgeWestTextTag = TextTagLastCreated();
TextTagCreate(StringExternal("Param/Value/24851E7E"), 18, UnitGetPosition(gv_bunkerBaseEast), 2.5, false, false, PlayerGroupAll());
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/traynor03.sc2map — MapScript.galaxy:683
TextTagSetBackgroundBorderSize(TextTagLastCreated(), 1.0, 1.0);
TextTagShowBackground(TextTagLastCreated(), true);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, c_textTagTimePermanent);
gv_bunkerBaseEastTextTag = TextTagLastCreated();
TextTagCreate(StringExternal("Param/Value/43FACC21"), 18, UnitGetPosition(gv_bunkerBaseWest), 2.5, false, false, PlayerGroupAll());
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/traynor03.sc2map — MapScript.galaxy:689
TextTagSetBackgroundBorderSize(TextTagLastCreated(), 1.0, 1.0);
TextTagShowBackground(TextTagLastCreated(), true);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, c_textTagTimePermanent);
gv_bunkerBaseWestTextTag = TextTagLastCreated();
return true;
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/traynor03.sc2map — MapScript.galaxy:1513
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.sc2map — MapScript.galaxy:1520
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.sc2map — MapScript.galaxy:1531
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);
libCamp_gf_SetStoryState(libCamp_ge_StoryStateID_StoryStateTaurenOutHouseActivated, 1);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/traynor03.sc2map — MapScript.galaxy:1537
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/campaign/tstory01.sc2map — MapScript.galaxy:2895
TextTagSetColor(TextTagLastCreated(), c_textTagColorBackground, ColorWithAlpha(6.27, 14.51, 19.61, 80.00));
TextTagShowBackground(TextTagLastCreated(), true);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 5.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, 4.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeDuration, 1.0);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tstory01.sc2map — MapScript.galaxy:2896
TextTagShowBackground(TextTagLastCreated(), true);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 5.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, 4.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeDuration, 1.0);
if ((gf_CurrentWorldMode() == ge_WorldMode_WorldModeGlobal)) {
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tstory01.sc2map — MapScript.galaxy:2897
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 5.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, 4.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeDuration, 1.0);
if ((gf_CurrentWorldMode() == ge_WorldMode_WorldModeGlobal)) {
gf_ShowHideJukeboxTrackInfo(true);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tstory01.sc2map — MapScript.galaxy:9563
TextTagShowBackground(TextTagLastCreated(), true);
TextTagSetEdgeImage(TextTagLastCreated(), lp_edge, lp_edgeImage, lp_edgeOffsetX, lp_edgeOffsetY);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, c_textTagTimePermanent);
gv_hotspots_FlashingTextTagCount += 1;
gv_hotspots_FlashingTextTags[gv_hotspots_FlashingTextTagCount] = TextTagLastCreated();
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tstory01.sc2map — MapScript.galaxy:9944
if ((lv_tag != c_textTagNone)) {
if ((lp_highlighted == true)) {
TextTagSetTime(lv_tag, c_textTagTimeCurrent, 0.0);
}
else {
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tstory01.sc2map — MapScript.galaxy:9947
}
else {
TextTagSetTime(lv_tag, c_textTagTimeCurrent, 60.0);
}
}
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tstory01.sc2map — MapScript.galaxy:30084
TextTagAttachToUnitPoint(TextTagLastCreated(), gf_BriefingScreen(ge_RoomID_RoomBridge, ge_BriefingScreen_Center), "Ref_StatusBar", 0, -60);
TextTagShowBackground(TextTagLastCreated(), false);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 10.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, 9.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeDuration, 1.0);
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tstory01.sc2map — MapScript.galaxy:30085
TextTagShowBackground(TextTagLastCreated(), false);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 10.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, 9.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeDuration, 1.0);
return true;
campaigns/liberty.sc2campaign/base.sc2maps/maps/campaign/tstory01.sc2map — MapScript.galaxy:30086
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 10.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeOut, 9.0);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeFadeDuration, 1.0);
return true;
}
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/advancedcommand.sc2map — MapScript.galaxy:529
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/advancedcommand.sc2map — MapScript.galaxy:539
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/advancedcommand.sc2map — MapScript.galaxy:549
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/protosspsionics.sc2map — MapScript.galaxy:602
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/protosspsionics.sc2map — MapScript.galaxy:612
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/protosspsionics.sc2map — MapScript.galaxy:622
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/terrancovertops.sc2map — MapScript.galaxy:523
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/terrancovertops.sc2map — MapScript.galaxy:533
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/terrancovertops.sc2map — MapScript.galaxy:543
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/zerginfestation.sc2map — MapScript.galaxy:520
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/zerginfestation.sc2map — MapScript.galaxy:530
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);
gv_multiKillMsgUp = false;
campaigns/liberty.sc2campaign/base.sc2maps/maps/challenges/zerginfestation.sc2map — MapScript.galaxy:540
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);
gv_multiKillMsgUp = false;
campaigns/libertystory.sc2campaign — base.sc2data/TriggerLibs/CampaignLib.galaxy:873
lv_textTag = TextTagLastCreated();
TextTagSetVelocity(lv_textTag, 0.5, 90.0);
TextTagSetTime(lv_textTag, c_textTagTimeDuration, 2.0);
UnitKill(lp_cacheUnit);
PlayerModifyPropertyInt(lp_player, c_playerPropMinerals, c_playerPropOperAdd, lp_resourceAmount);
campaigns/libertystory.sc2campaign — base.sc2data/TriggerLibs/CampaignLib.galaxy:882
lv_textTag = TextTagLastCreated();
TextTagSetVelocity(lv_textTag, 0.5, 90.0);
TextTagSetTime(lv_textTag, c_textTagTimeDuration, 2.0);
UnitKill(lp_cacheUnit);
PlayerModifyPropertyInt(lp_player, c_playerPropVespene, c_playerPropOperAdd, lp_resourceAmount);
campaigns/libertystory.sc2campaign — base.sc2data/TriggerLibs/CampaignLib.galaxy:920
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.sc2campaign — base.sc2data/TriggerLibs/CampaignLib.galaxy:926
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/libertystory.sc2campaign — base.sc2data/TriggerLibs/CampaignLib.galaxy:1561
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);
TextTagShowBackground(libCamp_gv__CB_Current_ChatBubble[lp_playerIndex], true);
TextTagSetBackgroundBorderSize(libCamp_gv__CB_Current_ChatBubble[lp_playerIndex], 1.0, 1.0);
campaigns/libertystory.sc2campaign — base.sc2data/TriggerLibs/CampaignLib.galaxy:11898
TextTagSetColor(lv_p_TextTag, c_textTagColorText, Color(0,0,0));
TextTagSetTextShadow(lv_p_TextTag, false);
TextTagSetTime(lv_p_TextTag, c_textTagTimeDuration, 360000.0);
TextTagShowBackground(lv_p_TextTag, true);
TextTagSetBackgroundBorderSize(lv_p_TextTag, 1.0, 1.0);
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zchar01.sc2map/MapScript.galaxy:2103
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);
UnitSelect(auto3B0F3FBC_var, gv_pLAYER_01_USER, false);
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zexpedition01.sc2map/MapScript.galaxy:716
TextTagSetEdgeImage(TextTagLastCreated(), c_textTagEdgeBottom, "Assets\\Textures\\ui_hots_frame_objectives_bonus_popup_short.dds", 0, -15);
TextTagShowBackground(TextTagLastCreated(), true);
TextTagSetTime(TextTagLastCreated(), c_textTagTimeDuration, 3.0);
UnitKill(lp_cHOSEN_ESSENCE);
TriggerExecute(gt_UrsadonMatriarchKilledUpdateObjective, true, false);
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zexpedition03.sc2map/MapScript.galaxy:424
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);
}
else if (autoD84361E9_val == "KarakMale") {
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zexpedition03.sc2map/MapScript.galaxy:437
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);
}
else if (autoD84361E9_val == "Anteplott") {
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zexpedition03.sc2map/MapScript.galaxy:450
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);
}
else if (autoD84361E9_val == "UrsadakFemale") {
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zexpedition03.sc2map/MapScript.galaxy:464
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);
}
else if (autoD84361E9_val == "GiantYeti") {
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zexpedition03.sc2map/MapScript.galaxy:477
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);
}
else {
campaigns/swarm.sc2campaign — base.sc2maps/maps/campaign/swarm/zlab02.sc2map/MapScript.galaxy:2397
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);
TextTagSetVelocity(TextTagLastCreated(), 0.5, 90.0);