Jump to content
chain

Away Script

Recommended Posts

  • Administrators

Okay, just an updated version of my previous away...
make sure you set the variable %p password here
and change your nick to what you want
type /a then put your away reason then when you're back type /b

 

on 1:input:*:{
IF ($1 == /a ) {
set %away.reason $$1
if %away.reason == $null { set %away.reason %default }
nick PUT AWAY NAME HERE
amsg Away: %away.reason
away %away.reason
halt
}
ELSEIF ($1 == /b ) {
nick PUT ACTIVE NAME HERE
pass PUT PASS HERE
amsg Back: %away.reason /Time: $Duration($awaytime)
away
halt
}
else {
return
}
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...