mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Nov 2007
Posts: 2
A
Bowl of petunias
OP Offline
Bowl of petunias
A
Joined: Nov 2007
Posts: 2
Hi, I was wondering how I would set up a script like this:

[0:00am] NAME: !huggle
[0:00am] * Amanda62 hugs NAME like there's no tomorrow!

Thanks, any help greatly appreciated.

Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031
Code:

on *:TEXT:!huggle:#: {
  if ($eval($+(%,huggle.,$nick),2)) return
  set -eu30 $+(%,huggle.,$nick) $true
  describe # hugs $nick like there's no tomorrow!
}


Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
On your keyboard, Hold ALT press R let go, then click File, new in that window now it should be a blank page then put this...

on *:TEXT:!huggle*:#:describe # hugs $nick like there's no tomorrow!

voila.. word for word for what you want.


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }
Joined: Nov 2007
Posts: 2
A
Bowl of petunias
OP Offline
Bowl of petunias
A
Joined: Nov 2007
Posts: 2
Thank you both for fast reply. Works great. thanks so much smile


Link Copied to Clipboard