Hello i'm new with mirc scripts
This script is supposed to automaticly fill in the name i select in the nicklist
can anyone help me with this?
--
menu nicklist,query {
Personal Message
.$iif($group(#Run) == off,$style(2) run,run) : run
.$iif($group(#Run2) == off,$style(2) run2,run2) : run2
}
alias run {
/timer 1 1 /me runs away from $1
/timer 1 2 /me trips over a rock
/timer 1 3 /me falls down a cliff
}
alias run2 {
/timer 1 1 /me runs away from $1
/timer 1 2 /me trips over a chair
/timer 1 3 /me falls down a well
}
Last edited by Skinnydeads; 17/01/16 01:18 PM.