<?xml version="1.0" ?><rss version="2.0">
    <channel>
	<title>ETF2L &#8211; Latest activity in &#8220;Quick HUD help&#8221;</title>
	<link>https://staging.etf2l.org/forum/support/topic-11138/</link>
	<description><![CDATA[The latest posts to this topic.]]></description>
    	<item>
    	    <title>Reply by Plasters</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-11138/page-1/?recent=201734#post=201734</link>
    	    <description><![CDATA[Worked perfectly. Thank you very much. Thread can be closed/deleted if wanted.]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=11138&#038;post=201734</guid>
    	    <pubDate>Tue, 03 Aug 2010 15:09:41 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by SPHunt3r</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-11138/page-1/?recent=201734#post=201733</link>
    	    <description><![CDATA[its possible.
go to scripts.hudanimations_tf.txt and search for something similar to this:
<code>
// Flash the medic charge hud when we have full charge

event HudMedicCharged
{
	Animate	ChargeLabel 	FgColor		"White"			Linear 0.0 0.08
	Animate	ChargeLabel 	FgColor		"White"			Linear 0.12 0.26
	
	Animate	ChargeMeter 	FgColor		"White"			Linear 0.0 0.08
	Animate	ChargeMeter 	FgColor		"HudIcon_Green"		Linear 0.12 0.26

	RunEvent HudMedicChargedLoop	0.36
}

// call to loop HudHealthBonusPulse
event HudMedicChargedLoop
{
	RunEvent HudMedicCharged 0.0
}

event HudMedicChargedStop
{
	StopEvent HudMedicCharged 0.0
	StopEvent HudMedicChargedLoop 0.0
	
	Animate	ChargeLabel 	FgColor		"TanLight"		Linear 0.0 0.0001
	Animate	ChargeMeter 	FgColor		"TanLight"		Linear 0.0 0.0001
}
</code>
then delete it all]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=11138&#038;post=201733</guid>
    	    <pubDate>Tue, 03 Aug 2010 15:00:07 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Created by Plasters</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-11138/page-1/?recent=201734#post=201730</link>
    	    <description><![CDATA[Working on my own personal hud. I want the ubercharge meter and ubercharge value to stop flashing. Let me know whether or not it is possible to disable the flashing and if it is, how? (No hissy fits or personal opinions on HUDs please.)]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=11138&#038;post=201730</guid>
    	    <pubDate>Tue, 03 Aug 2010 14:54:22 +0200</pubDate>
    	</item>
    </channel>
</rss>