Graal Forums  

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

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #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
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 02:17 AM.


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