Author Topic: Way to display chat messages?  (Read 1764 times)

Good, stick to it and just keep on making things. That's the best way to learn.

if(%msg $= ":random")
{
   %chCount = -1;
   %ch[%chCount++] = "left";
   %ch[%chCount++] = "right";
   
   %boolCount = -1;
   %bool[%boolCount++] = 1;
   %bool[%boolCount++] = 0;
   
   
   call("turn" @ %ch[getRandom(0,%chCount)], %bool[getRandom(0,%boolCount)]);
}


/shades

call(turn@(getRandom(0,1)?right:left),getrandom(0,1));jump(getrandom(0,1));moveforward(getrandom());

/shades

call(turn@(getRandom(0,1)?right:left),getrandom(0,1));jump(getrandom(0,1));moveforward(getrandom());

/shades

eval(strReplace("call(turn@(_?right:left),_);jump(_);moveforward(_);",_,"getRandom(0,1)"));

/shades

every letter counts

This is like the illogical inverse of a richard length comparison contest

You're going for /shorter/

This is like the illogical inverse of a richard length comparison contest

You're going for /shorter/
lol