I dont really understand what you are trying to do,
all I can say is dont use loop in that matter, use if instead.
and before
:short
you need
stop
ex:
Code: Select all
call {
$i = @rand (0, 1)
if ($i != 0) goto short
if ($i != 1) goto long
stop << you need this or else it will go to short even the $i is equal to long.
:short
blabla
try to rephrase what you are trying to do, maybe if I understand your goal I can help.
Edit:
I guess you are trying not to look like a bot, I think?
Well what you're trying to do will not help if thats your goal. Just saying,
a bot is a bot even how much randomness it does.
Just like old times.