a new version was uploaded (for Acknex 7.85.4 AND Acknex 8.30.4)
the update of the wrapper includes:

- entity skills can now be accessed via an array (big thanks to Pararealist!):

Code:
// skill1 == skills[0] - compare to Gamestudio Manual skill1 ... skill100 entry !
tempEntity.skill75 = 71;
Console.WriteLine(tempEntity.skill75);
Console.WriteLine(tempEntity.skills[74]);

tempEntity.skills[74] = 17;
Console.WriteLine(tempEntity.skill75);
Console.WriteLine(tempEntity.skills[74]);




here's the link:

AcknexWrapper_2_3_7_FOR_8_30_4_AND_7_85_4.zip


get the C# wrapper:
for A7.85.4 and A8.30.4, Version 2.3.9
at http://acknexwrapper2.matthias-auer.net/ or visit the thread