Quote:
Originally posted by btedji
if(anihurt){setani newhurt}
something like that will work??
|
if (washit) {
setani idle,; //or whatever its called, to lazy to check..
playerhearts=this.oldhearts; //and then somewhere else, maybe in a timeout, maybe in a weaponfired if thats what you want.
}
Maybe this is what you were thinking?