View Single Post
  #18  
Old 12-12-2001, 10:41 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 u have to use key down i was jus doing this....
NPC Code:

if (weaponfired) {
replaceani walk,dragon_walk;
}
if (strequals(#c,dragon off)) {
replaceani dragonwalk,walk;
}

__________________
Reply With Quote