I confirm that enable_friction was not there. Somehow it didn't make it in the final 6.2 version - I suspect that it was accidentally deleted.

There is a workaround to set enable_friction. Try the following:

my.skill_a |= 1>>4;

(not tested yet, but should do the trick).