Code: Select all
ca5Rednotready=3,120,385,255,0,0,${If[${Me.AltAbilityReady[Cannibalization]},Available in ${Me.AltAbilityTimer[Cannibalization].TimeHMS}]}3=setting for view
120=Xcoord
385=Ycoord
255,0,0 = RGB color value.
${If[${Me.AltAbilityReady[Cannibalization]} = IF my AA Canni5 is availible then ??? then what?
,Available in ${Me.AltAbilityTimer[Cannibalization].TimeHMS}]} = Else print to screen "Availible in Xamount of time.
I understand that a comma may be missing, from Drumstix's remark. I can't figure out where, myself.
Is this supposed to show nothing if Canni5 is ready and only show up if it is not ready and then tell you how much time is left, or am I missing something?
Reading the Manual, I think I see where the missing comma is...
ca5Rednotready=3,120,385,255,0,0,${If[${Me.AltAbilityReady[Cannibalization]},,Available in ${Me.AltAbilityTimer[Cannibalization].TimeHMS}]}
is that correct? (couldn't get it to make the comma red in code window)


