Questa volta utilizziamo Variabili e Timer del mIRC, per creare un "menù" che ci consenta, cliccando con il tasto destro del mouse in un qualsiasi #chan di settare,avviare,fermare,un messaggio a tempo,stabilendo:
- Testo del Messaggio
- Numero di Ripetizioni
- Intervallo tra una ripetizione e l'altra
Andate nell'editor degli script ( Alt+R ) selezionate i "popup's" -> New o Nuovo ed incollate quanto segue:
@Messaggio a tempo:
.Setta nuovo Messaggio: {
/set %msgtxt $$?="Inserisci il tuo messaggio"
/set %msgrip $$?="Quante volte ripeto il messaggio?"
/set %msgtime $$?="Ogni quanto ripeto il messaggio?"
/timer %msgrip %msgtime msg $chan %msgtxt
/echo -a [ 4 Messaggio a Tempo Avviato! ]
}
-
@Avvia Messaggio a tempo: {
/echo -a [ 4 Messaggio a Tempo Avviato! ]
/timermsg %msgrip %msgtime msg $chan %msgtxt
}
-
@Ferma Messaggio a tempo: {
/echo -a [ 4 Messaggio a Tempo Fermato! ]
/timermsg off
}
Nessun commento:
Posta un commento