Subtle Away Script
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 5.0 |
| Scores Submitted | 2 |
| Date Added | Nov 18, 2007 |
| Last Updated | Nov 19, 2007 |
| Tags | away bored hah heh lol ozeskid script scripts subtle |
|
|
Introduction
Paste in Remotes
add your msg if you want
to activate go to your Channel PopUps and Press ON
to deactivate go to your CHannel popups and press off
simple sweet and to the point.
mIRC Snippet:
Subtle Away Script
Posted on Nov 18, 2007 1:04 am
Posted on Nov 18, 2007 1:04 am
| Code: |
| on *:Text:*:?: { If (%script) { |
mIRC Snippet:
Subtle Away Script
Posted on Nov 18, 2007 1:09 am
Posted on Nov 18, 2007 1:09 am
this would work much better for ur menu:
| Code: |
| Menu * { You're $iif(!%script,not) away .$iif(%script,Come Back,Go Away) { $iif(%script,unset %script,set %script true) } } |
mIRC Snippet:
Subtle Away Script
Posted on Nov 18, 2007 1:19 am
Posted on Nov 18, 2007 1:19 am
| Code: |
| Menu * { You're $iif(!%script,not) away .$iif(%script,Come Back,Go Away) { $iif(%script,unset %script,set %script true) amsg $iif(%script,I am now Away,I am now Back) } } on *:Text:*:?: { If (%script) { msg $nick >> 3$Automated3$ Sorry, I must b$& e away at the moment. If i know you then ill get back to you later. Take Care. | timer 1 1$& unset %script | .timer 1 10 set %script true } } on *:Text:*:#: { If ($me isin $1- && %script) { msg $nick >> 3$Automated3$ Sorry, I must b$& e away at the moment. If i know you then ill get back to you later. Take Care. | timer 1 1$& unset %script | .timer 1 10 set %script true } } on *:INPUT:*: { if (%script) amsg I am now Back | /unset %script } |
mIRC Snippet:
Subtle Away Script
Posted on Nov 18, 2007 1:21 am
Posted on Nov 18, 2007 1:21 am
is this your first script? because the if part needs to be like this
not this:
your way will not work.
| Code: |
| on *:Text:*:?: { If |
| Code: |
| on *:Text:*:?:If |
mIRC Snippet:
Subtle Away Script
Posted on Nov 18, 2007 1:23 am
Posted on Nov 18, 2007 1:23 am
no
will work....
| Code: |
| on *:TEXT:*:?: if so and so |
will work....
mIRC Snippet:
Subtle Away Script
Posted on Nov 18, 2007 1:24 am
Posted on Nov 18, 2007 1:24 am
he didnt have a space between :?: and if.
mIRC Snippet:
Subtle Away Script
Posted on Nov 18, 2007 1:24 am
Posted on Nov 18, 2007 1:24 am
it says this: * /if: open bracket not found
mIRC Snippet:
Subtle Away Script
Posted on Nov 18, 2007 1:25 am
Posted on Nov 18, 2007 1:25 am
Korvin: Actually, that way works perfectly fine. Single-line events work just as well. :]
Why not just use mIRC's built-in automated pm feature when going away?
Why not just use mIRC's built-in automated pm feature when going away?
mIRC Snippet:
Subtle Away Script
Posted on Nov 18, 2007 1:26 am
Posted on Nov 18, 2007 1:26 am
Korvin: Actually, that way works perfectly fine. Single-line events work just as well. :]
Why not just use mIRC's built-in automated pm feature when going away?
Why not just use mIRC's built-in automated pm feature when going away?
mIRC Snippet:
Subtle Away Script
Posted on Nov 18, 2007 1:26 am
Posted on Nov 18, 2007 1:26 am
Wow, late response and a double-post. :/
mIRC Snippet:
Subtle Away Script
Posted on Nov 18, 2007 1:27 am
Posted on Nov 18, 2007 1:27 am
brinxy, it didnt work in his syntax, and anyway he wanted to script something, since so many other people have, this is an easy script form to start out with
mIRC Snippet:
Subtle Away Script
Posted on Nov 18, 2007 1:32 am
Posted on Nov 18, 2007 1:32 am
It worked fine for me. And I can see your point there, but it still would be more efficient to use a built-in feature. Anyway, I would also like to see the timers removed because they don't serve a purpose.
mIRC Snippet:
Subtle Away Script
Posted on Nov 18, 2007 2:12 am
Posted on Nov 18, 2007 2:12 am
i noticed that, but i said what the hell =p LEAVEIT
mIRC Snippet:
Subtle Away Script
Posted on Nov 18, 2007 10:58 am
Posted on Nov 18, 2007 10:58 am
well the reason it doesnt have the amsg feature and ect.. is because i wanted it to be simple and sweet. and im in help channels s the amsg away isnt welcomed there. which is why its just a simple away on query. No this isnt my first script. and the reason for the timers is if someone else trys to flood you bcause they know you have an automated query, it makes it so the automated msg is only active every 10 seconds so your not flooded out. Thanks for the comments and the inputs tho, i love to hear your thoughts and ideas. and ive tested the script and it works perfectly fine.
mIRC Snippet:
Subtle Away Script
Posted on Nov 18, 2007 1:36 pm
Posted on Nov 18, 2007 1:36 pm
| Code: |
| Menu * { You're $iif(!%script,not) away .$iif(%script,Come Back,Go Away) { $iif(%script,unset %script,set %script true) } } on *:Text:*:?: { If (%script && $nick !isin %script2) { msg $nick >> 3$Automated3$ Sorry, I must be away at the moment. If i know you then ill get back to you later. Take Care. | set %script2 %script2 $nick } } on *:Text:*:*: { If ($me isin $1- && %script && $nick !isin %script2) { msg $nick >> 3$Automated3$ Sorry, I must be away at the moment. If i know you then ill get back to you later. Take Care. | set %script2 %script2 $nick } } on *:INPUT:*: { /unset %script* } |
mIRC Snippet:
Subtle Away Script
Posted on Nov 18, 2007 2:08 pm
Posted on Nov 18, 2007 2:08 pm
| Quote: |
| well the reason it doesnt have the amsg feature and ect.. is because i wanted it to be simple and sweet. and im in help channels s the amsg away isnt welcomed there. which is why its just a simple away on query. No this isnt my first script. and the reason for the timers is if someone else trys to flood you bcause they know you have an automated query, it makes it so the automated msg is only active every 10 seconds so your not flooded out. Thanks for the comments and the inputs tho, i love to hear your thoughts and ideas. and ive tested the script and it works perfectly fine. |
Yes, but mIRC's built-in automated response doesn't flood you out either. It may flood the user with the notice, but you aren't actually giving it off. /away won't give off an amsg either. But whatever you want is fine.
mIRC Snippet:
Subtle Away Script
Posted on Nov 18, 2007 6:13 pm
Posted on Nov 18, 2007 6:13 pm
well i dont claim to be the best of scripters (because im definately not) but i script for fun when im bored and i use the knowledge i have. I post them on Hawkee for others to use if they want and for people like you, to give yoru input and teach me better ways to script my next script. So thanks guys for taking the time to leave a comment :)
ill try to make the next one better
ill try to make the next one better
mIRC Snippet:
Subtle Away Script
Posted on Nov 19, 2007 3:11 pm
Posted on Nov 19, 2007 3:11 pm
i suggest using $style in the menu






