K, I need a little advice here:
I have a collection of trigs that catch the lines sent from the MUD upon spells' failure and send a line to recast the spells. This has gotten to be a bit awkward as if a spell fails during combat, while I'm sleeping, or when I'm AFK, the recast will automatically fail as well, thus making me manually scroll up to see which spell failed and recast when I'm free again. What I would like to do is send recast lines to a variable which I can then call from an alias at my leisure. The only problem is, in order to send the line to a variable, I have to name the trig the same as the variable, thus rendering my collection of trigs useless. Is there any way around this? I would like to use VBScript to send the line in the Send: box of my trigs to a variable and not to the world. Or would I pretty much have to delete all my recast trigs in lieu of a scripted Select Case Statement? I'd like to avoid the latter if at all possible, but if that's my only option, so be it...
I have a collection of trigs that catch the lines sent from the MUD upon spells' failure and send a line to recast the spells. This has gotten to be a bit awkward as if a spell fails during combat, while I'm sleeping, or when I'm AFK, the recast will automatically fail as well, thus making me manually scroll up to see which spell failed and recast when I'm free again. What I would like to do is send recast lines to a variable which I can then call from an alias at my leisure. The only problem is, in order to send the line to a variable, I have to name the trig the same as the variable, thus rendering my collection of trigs useless. Is there any way around this? I would like to use VBScript to send the line in the Send: box of my trigs to a variable and not to the world. Or would I pretty much have to delete all my recast trigs in lieu of a scripted Select Case Statement? I'd like to avoid the latter if at all possible, but if that's my only option, so be it...