View Single Post
  #3  
Old 04-08-2002, 04:26 AM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
simple stuff...
NPC Code:

if (playerenters && !isweapon){
toweapons Sword Disable;
timeout=0.05;}
if (timeout){
setsword no-sword.gif,0;
if (keydown(5)){
setplayerprop #c,Sword Disabled!;
}timeout=0.05;}


i just simply keeps setting the sword power to zero
__________________
Reply With Quote