heres your problem.
NPC Code:
for (i=0;i<tokenscount;i++)
showimg 556+1,@verdana@#v(i). #t(#v(i)),20,135+(i*11);
changeimgvis 556+i,6;
changeimgzoom 556+i,0.65;
}
}
}
you didn't add the 556 to the index of the changeimgzoom or vis, also it should be 556+i not 555+i because since i=0 at the beginning it would hide the old 555 that was prisoners. also it was showing them all on one line, over lapped, i fixed that too..