Thanks for that monkey scripter :P (j/k)
anyway i tried using yours and it wouldn't work, but i cam up with this, see if this wuld work..
NPC Code:
if (timeout){
if (keydown(1)) {i--;}
if (keydown(3)) {i++;}
for(j=0;j!=sarraylen(testy);j++){ if(strequals(#I(testy,j),I)){
if (j=i){showimg 1,testy#v(i).png,playerx-.06,playery-2;}
if (j!=i){
if (keydown(1)){i--;}
if (keydown(3)){i++;}
break; } }
}
}