Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #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
  #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
  #3  
Old 12-13-2001, 07:25 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
oh.. some one shoot me lpz rigth here jus shoot me and let me lie here and rot away and make every thing stink .....so jus go get a gun and *BANG*
__________________
Reply With Quote
  #4  
Old 12-13-2001, 07:33 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 for some unnkown reason when i change the gani it wont let me hcange it back it jsu keeps the same one
__________________
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 03:18 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.