Is there any possible way to make this script better?
NPC Code:
if (playerenters){
showlocal;
message Status;
}
if (playertouchsme) {
toweapons *Status;
hidelocal;
}
if (weaponfired) {
say2 If you want to check what you #bare using, say 'check head',#b'check sword', or 'check shield'.;
}
if (playerchats&&strequals(#c,check sword)) {
say2 The sword you are using is:#b#1;
}
if (playerchats&&strequals(#c,check head)) {
say2 The head you are using is:#b#3;
}
if (playerchats&&strequals(#c,check shield)) {
say2 The shield you are using is:#b#2;
}