nice trick DJBMASTER.
but the index cannot change into variable

*(&ent.skill2 + 2) = 5; //works

but
n = 2;
*(&ent.skill2 + n) = 5; // not works

need help. thanks