mIRC Home    About    Download    Register    News    Help

Print Thread
#74704 10/03/04 10:45 AM
Joined: Mar 2004
Posts: 6
H
hanifi Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
H
Joined: Mar 2004
Posts: 6
How the same raw numeric own in sunder?
Example raw 406:*:command

alias aige return $true
alias theman return $false
raw 406:$($aige,1):command
raw 406:$($theman,1):command
confused
this shape not working bu to become senile road prenest?

#74705 10/03/04 04:12 PM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
Have you tried doing:

raw 406:*: {
if $($aige,1) { command }
if $($theman,1) { command }
}

basically, this will allow for multiple things to happen based off of comparisons for a single raw numeric. Hope this helps


Those who fail history are doomed to repeat it
#74706 11/03/04 07:38 AM
Joined: Mar 2004
Posts: 6
H
hanifi Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
H
Joined: Mar 2004
Posts: 6
not like this on the short way
can there be two of the same raw numeric?

#74707 11/03/04 11:30 AM
Joined: Jul 2003
Posts: 655
Fjord artisan
Offline
Fjord artisan
Joined: Jul 2003
Posts: 655
Umm, you are asking if you can have two of the same raw numeric in the one file?

I believe so, but i think just like all other events, you may not have more than one of the exact same raw event.

I do not think that the ,1 is supposed to be there. The $() does not work the same as $+() or $eval(text,N)


"Allen is having a small problem and needs help adjusting his attitude" - Flutterby
#74708 12/03/04 02:13 AM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
you need to explain yourself better if you can so we know what you're trying to do (if the above posts have not helped you out)


Those who fail history are doomed to repeat it

Link Copied to Clipboard