Away System Thing

By Reezy on Jun 05, 2009

This is an away script kinda like M[n]M's, but it doesnt have the auto ignore stuff and stuff like that.

Load into ur remotes, Right Click on the channel, and it should say Away system, it lets u chane ur nick, put an away reason, and u can put an estimate of how long u will be away... which is kinda useless... but i like it

You can also Choose ur Back Nick

Please Rate and Comment

menu channel {
  .$iif(%me_away,$me $+ 's Away System,$me $+ 's Away System)
  ..Away:/set %reason $$?="Why be youz away?" | /set %anick $$?="What would u like ur away nick to be?" | /set %eatime $$?="How long will you be away (Estimate)?" | /ame 12,1is away, Reason: 4,1( $+ %reason $+ ) 6,1I will be away for an estimated time of:9,1 %eatime $+ , 7,1I left at $time on $adate | set %away.time $ctime | set %me_away 1 | nick %anick
  ...Back:/set %bnick $$?="What would you like ur Back Nick to be?" | /ame 12,1is back from: 4,1( $+ %reason $+ ) 6,1I was away for $duration($calc($ctime - %away.time)), 7,1I came back at $time on $adate | unset %reason %me_away | nick %bnick
}

Comments

Sign in to comment.
WorldDMT   -  Jun 25, 2009

menu channel {
.$iif(%me_away,$me $+ 's Away System,$me $+ 's Present)

 Respond  
Reezy   -  Jun 24, 2009

update

 Respond  
Reezy   -  Jun 24, 2009

my bad

 Respond  
WorldDMT   -  Jun 20, 2009

what's updated???

look u have to make a group before use enable/disable #group!!!

like this

group1 off

here u put a code to anable or disable it

group1 end

so your anable/disable dont work!! :/

 Respond  
Reezy   -  Jun 19, 2009

UPDATE

 Respond  
WorldDMT   -  Jun 07, 2009

look

$iif(condition,$true,$false)

so when u put $iif($group(#away).status iswm on,$me $+ 's Away System,)

if ($group(#away).status iswm on) $me $+ 's Away System
else $me $+ 's Away System

then whatever the condition is return "$me $+ 's Away System"

now u put $group(#away) where is the group?

take look at /help $group

u have an indeclared alias "away"

so your code must be like this

menu channel {
  .$iif(%me_away,$me $+ 's Away System,$me $+ 's Present)
  ..Away:/set %reason $$?="Why be youz away?" | /set %anick $$?="What would u like ur away nick to be?" | /set %eatime $$?="How long will you be away (Estimate)?" | /ame 12,1is away, Reason: 4,1( $+ %reason $+ ) 6,1I will be away for an estimated time of:9,1 %eatime | set %away.time $ctime | set %me_away 1 | nick %anick
  ...Back:/set %bnick $$?="What would you like ur Back Nick to be?" | /ame 12,1is back from: 4,1( $+ %reason $+ ) 6,1I was away for $duration($calc($ctime - %away.time)) | unset %reason %me_away | nick %bnick
}
 Respond  
Reezy   -  Jun 06, 2009

If i put $iif($group(#away).status iswm on,$me $+ 's Away System,$me $+ 's Present)
it'll jus say Reezy's Present..

 Respond  
Reezy   -  Jun 06, 2009

Lol does it really matter? and why put

.$iif($group(#away).status iswm on,$me $+ 's Away System,$me $+ 's Present)

 Respond  
WorldDMT   -  Jun 06, 2009

hi

.$iif($group(#away).status iswm on,$me $+ 's Away System,$me $+ 's Away System)

why like that?? put directly .$me $+ 's Away System

but u have to replace it by something better like

.$iif($group(#away).status iswm on,$me $+ 's Away System,$me $+ 's Present)
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.