mIRC Home    About    Download    Register    News    Help

Print Thread
#147496 19/04/06 06:57 PM
Joined: Apr 2006
Posts: 6
C
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
C
Joined: Apr 2006
Posts: 6
Hello,

I have a litlle question ,

See i have made this in my menubar:

Code:
  
AwayStaTus
.Away:/away $?:"Why:" | amsg I'm gone (" 4 $! ")
.Back:/away | amsg $me is back.


Now is my question how can i make it like if you press on Back that he says amsg $me is back from " that reasion thats given in the awaybox?"

Greetzzz Corleone

#147497 19/04/06 07:10 PM
Joined: Mar 2005
Posts: 420
X
Fjord artisan
Offline
Fjord artisan
X
Joined: Mar 2005
Posts: 420
Use the $awaymsg identifier.


If you have a plastic floor runner over your tiles, then you're one Hella Pinoy!
#147498 20/04/06 06:20 PM
Joined: Apr 2006
Posts: 6
C
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
C
Joined: Apr 2006
Posts: 6
and can you give me more tips ... because i don't get it ..

#147499 20/04/06 07:41 PM
Joined: Mar 2005
Posts: 420
X
Fjord artisan
Offline
Fjord artisan
X
Joined: Mar 2005
Posts: 420
$awaymsg returns your away message. You need to call it first before doing /away

Code:
 AwayStaTus
.Away:away $?:"Why:" | amsg I'm gone (" 4 $! ")
.Back:amsg $me is back ( $+ $awaymsg $+ ). | away 


If you have a plastic floor runner over your tiles, then you're one Hella Pinoy!
#147500 21/04/06 03:36 PM
Joined: Apr 2006
Posts: 6
C
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
C
Joined: Apr 2006
Posts: 6
THX m8 it works.


Link Copied to Clipboard