Originally Posted By: Ericmor
Code:
...
             var tempskill01;
             tempskill01=my.skill1;
             controlitem[tempskill01]=1;
...


You know that this piece of code is pointless and can be replaced by the line "controlitem[my.skill1]=1;" ?


Always learn from history, to be sure you make the same mistakes again...