I am the kind of person that does not like filling a script with a thousand-and-one aliases...but at the same time I realize that it is sometimes necessary to use one.
I got an idea in my head that multiple line %variables could be used at the start of an event; to be called later down the line, rather than having the script look for an alias outside of the event { brackets }
I have searched the forums every way I can think, but came up empty handed. Am I dreaming? Or is it possible to do something like this...
on *:anyevent: {
var %this.var = {
has some code
on two lines
}
stuff happens now and I need to call %this.var
}
If it's not possible, how likely do you think Khaled is to implement this kind of thing in a future version of mIRC