Cancel Code?
Posted: Thu May 26, 2005 4:15 pm
What is the way to cancel a line of code in the Hud.ini
i tried using //
did not seem to work..
i have all the vet rewards in my hud.ini but on a diff account i only have access to the first 4.. so i tried my hud like..
example of working and trying to block the lines..
and it still shows the steadfast servant and spam the mq2 window saying no such character etc...
i tried using //
did not seem to work..
i have all the vet rewards in my hud.ini but on a diff account i only have access to the first 4.. so i tried my hud like..
example of working and trying to block the lines..
Code: Select all
//Expedient Recovery
ERAAtext=3,5,240,255,234,8,Expedient Recovery
ERgreenreadytext=3,120,240,0,255,0,${If[${String[${Me.AltAbilityReady[Expedient Recovery]}].Equal["TRUE"]},Ready,]}
ERRednotready=3,120,240,255,0,0,${If[${String[${Me.AltAbilityReady[Expedient Recovery]}].Equal["TRUE"]}, ,${Me.AltAbilityTimer[Expedient Recovery].TimeHMS}]}
//Steadfast Servant
//SSAAtext=3,5,250,255,234,8,Steadfast Servant
//SSgreenreadytext=3,120,250,0,255,0,${If[${String[${Me.AltAbilityReady[Steadfast Servant]}].Equal["TRUE"]},Ready,]}
//SSRednotready=3,120,250,255,0,0,${If[${String[${Me.AltAbilityReady[Steadfast Servant]}].Equal["TRUE"]}, ,${Me.AltAbilityTimer[Steadfast Servant].TimeHMS}]}