
12-13-2001, 07:17 AM
|
|
Registered User
|
 |
Join Date: Mar 2001
Posts: 825
|
|
|
~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)
|
|
|
|