mIRC Homepage
Posted By: gabrielevans10 Away Script v1.0 - 01/09/03 01:07 AM
This is my own little away script.
You can put it in your aliases area.

; Command To Use Away Script: /aw
; You May Edit This Script To If You Want.
/aw {
/away $?="Away Message:"
/say $?
/nick $me $+ -away
}

So that was my script.
/away $?="Away Message:" will ask the user what message they want to apear in all channels/msgs/dccs/ect.
/say $? will say your away message to other users in the channels/msgs/dccs/ect.
/nick $me $+ -away will change your nick.
example: *Nickname Changed From gabriel To gabriel-away
Posted By: pheonix Re: Away Script v1.0 - 01/09/03 01:51 AM
i already have an away script with a fully customizable dialog, kthx.

Posted By: gabrielevans10 Re: Away Script v1.0 - 01/09/03 02:19 AM
Hope You All Enjoy My Script
Posted By: _D3m0n_ Re: Away Script v1.0 - 01/09/03 02:49 AM
lol i think ill enjoy my own much better but ty
Posted By: LocutusofBorg Re: Away Script v1.0 - 01/09/03 04:16 AM
This isn't the place to post scripts you wrote. Use one of the many scripting deposits for that.
Posted By: _D3m0n_ Re: Away Script v1.0 - 01/09/03 04:27 AM
im sure u meant to post that to the original poster ... as i didnt post any scriptlet here... anyhow yes good suggestion ... use a script posting site
Posted By: LocutusofBorg Re: Away Script v1.0 - 01/09/03 05:13 AM
Laziness on my side, I just hit the reply button at the end of the thread, but yes I did mean to respond to him.
Posted By: gabrielevans10 Re: Away Script v1.0 - 01/09/03 04:35 PM
gabrielevans10 ignores you
Posted By: gabrielevans10 Re: Away Script v1.0 - 01/09/03 04:36 PM
gabrielevans10 ignores you to!
Posted By: Watchdog Re: Away Script v1.0 - 01/09/03 05:38 PM
Why show ignorance for? The message here is that people do not come to a mIRC forum to download scripts. Nor do most download mIRC on a script site.
Posted By: SladeKraven Re: Away Script v1.0 - 01/09/03 07:05 PM
Quote:

; Command To Use Away Script: /aw
; You May Edit This Script To If You Want.


There's hardly anything to edit.
Try this one, now this one you may edit..

Code:
menu menubar,channel,query,nicklist {  
  Away  
  .Away: {    
    if ($away != $false) { halt }    
    else {      
      set %back.nick $me      
      set %away.nick $$?="Choose your away nick"      
      set %away.reason $$?="Away reason"      
      set %away.time $ctime      
      nick %away.nick      
      amsg I have now left the chat room reason: %away.reason $+ . I left at $time $+ .      
      away %away.reason    
    }  
  }  
  .Back: {   
    if ($away != $true) { halt }    
    else {      
      nick %back.nick     
      unset %back.*      
      amsg I am now back from: %away.reason $+ . I have been gone for: $duration($calc($ctime - %away.time)) $+ . 
      unset %away.*      
      away    
    }  
  }
}
Posted By: LocutusofBorg Re: Away Script v1.0 - 01/09/03 07:42 PM
He's ignoring me cause of what I said? lol. And I was being nice. Otherwise I woulda made some remark about how whyat he wrote can't even be considered a script, etc.
Posted By: _D3m0n_ Re: Away Script v1.0 - 01/09/03 09:11 PM
i know doesnt it hurt u that someone with his abilities is ignoring u. i know its sure making me loose sleep. i can hardly contain the pain it strikes thru my insides. ...... um ok im over it already.
Posted By: DeadlySin Re: Away Script v1.0 - 01/09/03 11:47 PM
lol if u want ppl to use ur script go to

www.mircscripts.org

Dont post em here

this place is for help only
Posted By: SladeKraven Re: Away Script v1.0 - 02/09/03 12:18 AM
They will just laugh at him.
Posted By: sparta Re: Away Script v1.0 - 02/09/03 04:33 AM
Dont be evil to him, every one have to start somwhere, and atlest he trying smile
Posted By: trenzterra Re: Away Script v1.0 - 02/09/03 11:46 AM
When I first started mirc scripting, I didn'tboast around and ignore people who didn'tagree with me.
Posted By: SladeKraven Re: Away Script v1.0 - 02/09/03 01:58 PM
Oh, hello mr I want to increase my post count by posting crap.
Quote:
Atleast he's trying

Excuse me, I was TRYING to help him, if you scroll up, it isn't my fault you are a bat is it.
Which is more than I can say for you, when did you try to help him? Ok, that was a bit of a stupid question, you didn't.
So don't flap your gums at everyone just because you are <censored> off.
Posted By: pheonix Re: Away Script v1.0 - 08/09/03 10:47 AM
he sent me about 20 pm's saying how hard he worked to make it:\
Posted By: _D3m0n_ Re: Away Script v1.0 - 08/09/03 10:09 PM
lol figures some ppl love attention ... or they just felt like sharing thier new found scripting ability (if thats scripting ability)
© mIRC Discussion Forums