a little script help
Posted: Sat Mar 27, 2004 4:30 am
I have a walk() function but it is written for a specifiic actor. It contains all the information for the charector to walk to the certain point. So when i want him to start moving can just type walk();. I wanna know how to make the change animation though specific to whichever actor is running the walk() function. So if guyA "walks" it will know that it is him walking and makes his animations run, if guyB walks then it will use his preset animations. I guess for each person you could somehow create the variables for directing his animation and all of that. Do you think this system of using genral functions for several different actors will work fine or will it get clogged up some how?