random.lua condensed
92 characters, we (me and NewbLuck) checked:
add_hook("exit_freeze",0,function()for i=0,19 do set_joint_state(1,i,math.random(4))end end)
If you want grips, stick with the original, 19 liner random.lua. This was mostly a contest between me and Newb.
The version here is the best I had. Newb didn't have it this small. But give him a while, and he might come up with something. Also, you can use this as reference for making shorter scripts (A blatant excuse not to delete this lol).