Do you ever read the rules? DONT POST FULL SCRIPTS!
--try this format
NPC Code:
if (keypressed){
if (keydown2(keycode(R),true){//stuff here;}
if (keydown2(keycode(e),true){//stuff here;}
if (keydown2(keycode(a),true){//stuff here;}
if (keydown2(keycode(d),true){//stuff here;}
//--
if (keydown2(keycode(T),true){//stuff here;}
if (keydown2(keycode(h),true){//stuff here;}
if (keydown2(keycode(e),true){//stuff here;}
//--
if (keydown2(keycode(R),true){//stuff here;}
if (keydown2(keycode(u),true){//stuff here;}
if (keydown2(keycode(l),true){//stuff here;}
if (keydown2(keycode(e),true){//stuff here;}
if (keydown2(keycode(s),true){//stuff here;}
}