View Single Post
  #3  
Old 07-05-2001, 09:33 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Quote:
Originally posted by Kaimetsu
Nonono! "torch" is not a basic gani type. Here:

NPC Code:

if(weaponfired){
if(this.held==0){
replaceani walk,torchwalk;
replaceani idle,torchidle;
}
else{
replaceani walk,walk;
replaceani idle,idle;
}
}

He did say that he didn't know what the gani was.
__________________

Reply With Quote