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.