;Put this following Line Under The "on *:SIGNAL:mta.startrace: {" Section !.timermsg 0 60 /mta.msg 1 ;Put this with the other commands aliases... alias mta.msg { ;echo mta.msg called $time ;Parameters ;$1 = Server ID ;$2 = Message if ($2 isnum) { set %a $2 } else { var %a = $rand(1,3) ;IMPORTANT!!! CHANGE THE 3 TO THE NUMBER YOU END UP WITH BELOW! } ;echo a is %a if ($calc(%a % 4) == 0) { mta.text $1 WELDER IS HOT!! } if (%a == 1) { mta.text $1 WOOT FOR FEAREDGAMERS!! } elseif (%a == 2) { mta.text $1 WELDERS MOM! SUKI SUKI FIVE DOLLA! } elseif (%a == 3) { mta.text $1 OMGEEEEHAI2U! } }