Im wondering if it's possible to change or evaluate color objects in mdl.
a color object is created like this:
Code: Select all
//without Alpha Channel
White =
ColorA(1,1,1)
//With Alpha Channel
WhiteOpaque =
ColorA(1,1,1,1)
WhiteSemiTransparent =
ColorA(1,1,1,0.5)a) call the hudColor, and make it more transparent
b) evaluate the hudcolor, and pick a more transparent color.
c) evaluate mayebe some other property relating to the teamcolor, and change/pick a color based on that.
is there a way to do either of these things?
i promise to wikify everything i'm discovering while testing


