View Single Post
  #5  
Old 11-19-2001, 03:51 AM
Sennema Sennema is offline
Registered User
Join Date: Nov 2001
Location: Ontario, Canada
Posts: 132
Sennema is on a distinguished road
Send a message via ICQ to Sennema Send a message via AIM to Sennema
It's replaceani, and it replaces a regular animation with a pre-made one. Wings, for example. You could take idle.gani, and add wings to the character, and save it as idlewings.gani. Then, in a script, you could have something like

if(playerenters){
toweapons *Wings;
this.wings=off;
}
if(weaponfired&&winges==off){
replaceani idle,idlewings;
}else{
replaceani idle,idle;
}
__________________
~Draemus Windblade


Just over 90% of all messages have no point or meaning.

"In order to preserve ourselves we seek out and eliminate anything that may do use harm. In doing so, we destroy things that, though possibly hazzardous, may be important to survival. So you see, in trying to save ourselves, we ultimately bring about our own destruction"


Luminar
Reply With Quote