mIRC Home    About    Download    Register    News    Help

Print Thread
#46494 02/09/03 12:33 PM
Joined: Jul 2003
Posts: 8
L
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
L
Joined: Jul 2003
Posts: 8
I have never understood how you make scripts so i was wondering. For example if i want to make a script that after 15 minutes says /me is away: Gaming and then changes my name to Name|Gone, how do i do?

#46495 02/09/03 12:37 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
this will only work if your inactive for 15 minutes:
Code:
on *:JOIN:#:{
  if (!$timer(idleaway)) {
    .timeridle 0 1 idleaway
  }
}
alias idleaway {
  if ($idle >= 900) {
    .timeridle off
    .away gaming
    .ame Is Away: Gaming
    .nick $me $+ |Gone
  }
}


new username: tidy_trax
#46496 02/09/03 12:41 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Might be an idea to have a look through mIRC's help file.
/help
mIRC Scripts
Go to this link for some decent full scripts or addons, it also has some fine tutorials to help you understand mIRC and the wonderful things you can do with it.

#46497 02/09/03 01:19 PM
Joined: Jul 2003
Posts: 8
L
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
L
Joined: Jul 2003
Posts: 8
Thanks im going to check that link

#46498 02/09/03 01:25 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
No need to thank me grin
Happy scripting/learning. smile

#46499 02/09/03 01:31 PM
Joined: Jul 2003
Posts: 8
L
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
L
Joined: Jul 2003
Posts: 8
Thanks, but it will probably take a while, and just now i learned how to make aliases grin

[EDIT] - Wich tutorial is the best if you dont know anything?

Last edited by Login_Here; 02/09/03 01:33 PM.
#46500 02/09/03 01:40 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Aliases is a start. smile
Much too learn, you have, all in good time though.
I have not got the site up, just go through each one, if you want to try and learn, go for it.
That that site does have tutorials on how to connect to MSN, please bear in mind it is against their policies that mIRC doesn't connect to it, so please, don't do it.
Thanks. smile

#46501 02/09/03 03:03 PM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
Pasmal has written an excellent and thorough tutorial which you can find here at the #HelpDesk website .


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#46502 02/09/03 03:11 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Why would I want to read a tutorial?

#46503 02/09/03 03:26 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
She was replying to the post above yours, in context at least.

#46504 02/09/03 04:16 PM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
He was actually...


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#46505 02/09/03 05:39 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
Sorry, might have got sidetracked by your avatar. grin

#46506 02/09/03 06:48 PM
Joined: Jan 2003
Posts: 28
H
Ameglian cow
Offline
Ameglian cow
H
Joined: Jan 2003
Posts: 28
I thought the same too, unti I realised "she" looked like someone from a tv show. grin


===================================
Live my life for a day.. I'll show you where I've been.

Link Copied to Clipboard