I used to know how to do this, but I haven't done it in so long. So basically, I want every script to use the same %Warning time through aliases. So if I use

Code:
on *:text:!warning *:#:{
  msg # Warning timeout set to $2 $+ .
  set alias %warning = $2
}


It will then set an aliases to $2 that I can then call upon in another script by using the identifier.

Also, for an added bouns, can I make the alias channel specific, so each channel can make their own warning time?

Thanks!


I do things with stuff that makes other things do stuff.