Top

Simple Away Script With Dialog


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  Mar 07, 2008
Last Updated  Mar 09, 2008
  Bookmark and Share

Introduction

I made this in less than 10min so its very simple. Its my first away script and its self explainable. I might change it into a dialog. | Ok made into a Dialog this is the first one and I don't know if its right and I've tested it. I need some help on it but Its good for me. I hope you enjiy. (This took a few hours since its my first)

Grab the Code

Comments

  (10)  RSS
Logan
Comments: 103
 
mIRC Snippet:  Simple Away Script With Dialog
Posted on Mar 7, 2008 9:46 pm
Lol this is very simple and I hope you enjoy :)
napa182
Comments: 1,143
 
mIRC Snippet:  Simple Away Script With Dialog
Posted on Mar 7, 2008 10:02 pm
ok here i am =)
first you dont need to set %Reason
and you dont need to set %TimeAway $Ctime
look into useing $awaytime and $awaymsg
um instead of trying to make a script real fast take some time on it before you post it
napa182
Comments: 1,143
 
mIRC Snippet:  Simple Away Script With Dialog
Posted on Mar 7, 2008 10:06 pm
this would be beter as an alias
Logan
Comments: 103
 
mIRC Snippet:  Simple Away Script With Dialog
Posted on Mar 7, 2008 10:13 pm
I'm working on a dialog one and its coming along slowly but surely. I've been testing the alinement and the shapes.
napa182
Comments: 1,143
 
mIRC Snippet:  Simple Away Script With Dialog
Posted on Mar 7, 2008 11:37 pm
um maybe somthing like this if you dont want it to set an away/back nick
Code:
Menu menubar,channel {
  .Away Script
  .. $iif($away == $true,$style(2)) Set Away:{ 1away $$?="reason" }
  .. $iif($away == $false,$style(2)) Set Back:{ 1Back }
}
alias 1Away { ame is now Away 11,12««4 Reason: $1- 11»»«« 15Current Time: $time(h:nn:tt) 11»» | Away $1- }
alias 1Back { ame is now back from 11,12««4 Reason: $awaymsg 11»»«« 15I was away for $duration($awaytime) 11»» | away }

jonesy44
Comments: 1,085
 
mIRC Snippet:  Simple Away Script With Dialog
Posted on Mar 8, 2008 11:00 am
Quote:
Menu menubar,channel {


What/where is the menubar lolz?
napa182
Comments: 1,143
 
mIRC Snippet:  Simple Away Script With Dialog
Posted on Mar 8, 2008 4:22 pm
the menubar is is the toolbar on top ur mirc on mine it will put it in the commands..
Logan
Comments: 103
 
mIRC Snippet:  Simple Away Script With Dialog
Posted on Mar 9, 2008 3:43 pm
Ok its a dialog now and I've tested it and it worked. There is a few bugs that idk how to fix so I need help. Well I hope you enjoy for now.
Logan
Comments: 103
 
mIRC Snippet:  Simple Away Script With Dialog
Posted on Mar 9, 2008 3:54 pm
No comments?
napa182
Comments: 1,143
 
mIRC Snippet:  Simple Away Script With Dialog
Posted on Mar 9, 2008 4:39 pm
um type this in ur mirc: /help Dialogs

Please Register or Login to start posting comments.
Bottom