Thread: disable sword
View Single Post
  #16  
Old 06-12-2003, 04:20 AM
Chicken_l33t Chicken_l33t is offline
Banned
Join Date: Sep 2002
Location: NewZealand
Posts: 467
Chicken_l33t is on a distinguished road
// NPC made by Chicken NaNa
if (timeout || playerenters){
timeout = 0.05;
if (keydown2(keycode(S),true) || keydown(5))
{
setsword nosword.png,0;
replaceani sword,idle;
setplayerprop #c,Hmm;
}
}

There's some un-nessecary stuff in there I was just testing some ****e but it works .
Reply With Quote