just change the array for ENTITY type
skill[100]
to what you need
skill[200]

some people moan about changing the included header files, but change it to suit your needs, or create a new header file to include instead of changing this one

also you'll need to add
#define skill101 skill[100]
#define skill102 skill[101]
...
#define skill200 skill[199]