only over time.
Just a really goofy script to play around with the alpha over time.
[SELECT ALL] Code:
alias cycleup 0
alias alphaloop [
(damagescreenalpha ($cycleup));
(if (< $cycleup 100) [alias cycleup (+ $cycleup 5)] [alias cycleup 0]);
(sleep 10 [alphaloop])]