View Single Post
  #1  
Old 12-13-2001, 07:14 AM
aesquivel aesquivel is offline
Registered User
Join Date: Sep 2001
Location: Whitewright
Posts: 346
aesquivel is on a distinguished road
Send a message via AIM to aesquivel
OKay could some one help me

whats wrong with this script im drunk and not sure
NPC Code:

// NPC made by Adam (Npc Admin)
if (playerenters) {
}
if (playertouchsme){
toweapons Dragon;
}
if (weaponfired){
if(dragonon){
unset dragonon;
replaceani dragon_walk,walk;
replaceani dragon_idle,idle;
freezeplayer .5;
}else{
set dragonon;
freezeplayer .5;
replaceani walk,dragon_walk;
replaceani idle,dragon_idle;
}
}

__________________
Reply With Quote