Reddytedy Apprentice
Joined: 13 Oct 2000 Posts: 114 Location: USA
|
Posted: Sat Jan 17, 2004 11:11 pm
Death Window for Simutronics games using GSL |
Here is a setup that will pull deaths and anything using the death messaging to a deaths window.
e.g:
* SoAndSo was just struck down!
* SoAndSo was just sent back to try again!
#CLASS {DeathWindow}
#TRIGGER {w} {#VAR deathstart %gsl( w);#IF (@deathstart=00003) {#C+ Deaths;#GAGON} {}} "" {gsl}
#COND {w} {#VAR deathend %gsl( w);#IF (@deathend=00004) {#C-;#GAGOff} {}} {gsl}
#CLASS 0
Should work on all Simu games. DR GS4 AOH MODUS
Watch for more additions to this section for DR specific things. Right now I am working on a Robust Speed Menu to do alot of things, including Travel,spells,abilities,highlights and some other things if people would email me telling me what they wanna see on it and I will look inot the posibilities. |
|