ok Let me see if i can get this straight. Your saying I should do smething lilke this for selecting the weapon
NPC Code:
for (i=o;i<weaponscount;i++) {
if (strequals(#w(i),#s(client.letter))///ud have to see my script to get it) {
selectedweapon=i;
break;
}
}
AM I right? Well I will try it.