View Single Post
  #7  
Old 07-06-2001, 09:48 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
GGGGRRRR

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;
}
}

YOU WENT MAKING FUN WHEN YOUR DOESNT EVEN WORK!
Reply With Quote