mIRC Homepage
Posted By: hanifi Raw Numeric Help!! - 10/03/04 10:45 AM
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?
Posted By: landonsandor Re: Raw Numeric Help!! - 10/03/04 04:12 PM
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
Posted By: hanifi Re: Raw Numeric Help!! - 11/03/04 07:38 AM
not like this on the short way
can there be two of the same raw numeric?
Posted By: Om3n Re: Raw Numeric Help!! - 11/03/04 11:30 AM
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)
Posted By: landonsandor Re: Raw Numeric Help!! - 12/03/04 02:13 AM
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)
© mIRC Discussion Forums