View Single Post
04-27-13, 02:02 PM   #1
Jomac625
A Deviate Faerie Dragon
 
Jomac625's Avatar
Join Date: Mar 2011
Posts: 13
multiple alpha conditionals

I'd like my player frame to be at a 20% alpha unless I'm in combat and/or have a target. It seems to only let me use one alpha conditional (var IsTargetExisted, or var IsInCombat) at a time. Is this possible?

I was able to use multiple color conditionals by using one to refer to another. I wasn't able to do this with alpha.
  Reply With Quote