hi.. cant sleep ;p
2 things i hate most on mirc scripting.
1st is, that it sometimes doenst recognize i want a var used as an interger and not as a string. for example $gettok(%foo,%i,32) .. sometimes i need to enclose %i into a $calc() to avoid an invalid parameter error ..
2nd one is. in some cases its easier to interleave some identifers wich use comma chr(44) seperatet params. for example $gettok(%foo,$rand(1,99),32) doesnt work. it sais inavilid format..
would be great if the parser could know which chr(44) belongs to which identifer at least the mirc own identifers. on my own srcipted identifers i always use chr(32), because ive no problems interleaving them.