Zufallszahl im Remote-Script

ZodiacXP

Erfahrenes Mitglied
Moin!

Wie kriege ich eine Zufallszahl im Remote-Script hin? Oder geht das garnicht?
Wär ma gut davon ne komplette Befehls-Referenz zu haben...
 
Tag.

Ich nehme mal an, du meinst mIRC?

/help
der beste Freund :)

/help $rand

$rand(v1,v2)
This works in two ways. If you supply it with numbers for v1 and v2, it returns a random number between v1 and v2. If you supply it with letters, it returns a random letter between letters v1 and v2.

$rand(a,z) returns a letter in the range a,b,c,...,z
$rand(A,Z) returns a letter in the range A,B,C,...,Z
$rand(0,N) returns a number in the range 0,1,2,...,N
 

Neue Beiträge

Zurück