View Single Post
  #2  
Old 12-13-2001, 07:17 AM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
~AlphaFlame~

You have it unsetting the flag right after you set it... and please, use this.variables instead of flags >.<!

// NPC made by Adam (Npc Admin)
if (playerenters) {
}
if (playertouchsme){
toweapons Dragon;
}
if (weaponfired){
if(!this.mode=1){
this.mode=1
replaceani dragon_walk,walk;
replaceani dragon_idle,idle;
freezeplayer .5;
break;
}else{
this.mode=0;
freezeplayer .5;
replaceani walk,dragon_walk;
replaceani idle,dragon_idle;
break;
}
}


Bleh =/
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
Reply With Quote