|
Bogwin Newbie
Joined: 26 Feb 2003 Posts: 4
|
Posted: Mon Mar 01, 2004 12:52 am
Timers? |
If possible, I'd like to have a timer appear, be it count down or
status bar type, via a trigger when I quaff a potion or cast an effect spell--just so I know how much time I have left on that invis potion when walking around an aggie area ;). For you programmers out there, it would be way cool if a "fantasy" looking hour-glass graphic appeared to count down a time. Just a thought. Anyway, can this be done with the latest version of zmud?
Thanks!
Cheers,
Bogwin. |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Thu Mar 04, 2004 11:30 pm |
Yes.
You're welcome!
(oops, you probably wanted a solution to the problem, not an answer to the question)
Something like this should do it.
#TR {You fade from sight} {#VAR invis 47;#T+ invis1}
#ALA invis1 *1 {#IF (@invis > 1) {#ADD invis -1} {#VAR invis VIS;#T- invis1}}
#ST {Invis: @invis} |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|