mIRC Home    About    Download    Register    News    Help

Print Thread
#162834 23/10/06 08:04 AM
Joined: Oct 2006
Posts: 29
P
Ameglian cow
OP Offline
Ameglian cow
P
Joined: Oct 2006
Posts: 29
Hi i'm new to making scripts so I want to learn how to make one.

Like this when you press Slap!
* Panarchy slaps roripop around a bit with a large trout

How do I make my own?

#162835 23/10/06 08:34 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
That's called a Menu Pop-Up and briefly it would look like this
Code:
menu nicklist {
Slap : describe $chan slaps $1 around a bit with a large trout
}
  

/help popups

Further queries along this line should be directed to the Scripts & Pop-ups forum

#162836 24/10/06 07:11 AM
Joined: Oct 2006
Posts: 29
P
Ameglian cow
OP Offline
Ameglian cow
P
Joined: Oct 2006
Posts: 29
Okay! How do I make my own?

#162837 24/10/06 07:26 AM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
menu nicklist {
My slap 1 : describe $chan slaps $1 around a bit with a large trout
My slap 2: describe $chan slaps a large trout around a bit with $1
My slap 3: describe $chan slaps $1 with a rubber duck
}


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#162838 24/10/06 11:50 AM
Joined: Oct 2006
Posts: 29
P
Ameglian cow
OP Offline
Ameglian cow
P
Joined: Oct 2006
Posts: 29
And where do I enter that in? confused

#162839 24/10/06 06:59 PM
Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
in remote scripts

ALT+R


If it ain't broken, don't fix it!
#162840 25/10/06 04:40 AM
Joined: Oct 2006
Posts: 29
P
Ameglian cow
OP Offline
Ameglian cow
P
Joined: Oct 2006
Posts: 29
Thanks it works now! YAY! Now I can make my own scripts! Thanks! wink

#162841 25/10/06 04:49 AM
Joined: Oct 2006
Posts: 29
P
Ameglian cow
OP Offline
Ameglian cow
P
Joined: Oct 2006
Posts: 29
See I can even make my own!
Hello!: describe $chan says Hi!


Link Copied to Clipboard