Looking for help to see if I understand this correctly
Posted: Wed Jul 14, 2004 4:48 pm
Making this its own thread, instead of hijacking another.
I'm just picking this apart to see if I understand it, please tell me where I am incorrect in my understanding.
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)
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)