Creature script
I need a script for a green bonca. It just has to be able to walk, attack and die the rest can be the same as a normal bonca. How does this work?
Take the script for a normal bonca and replace the base walk, base death and base attack values with the ones for a green bonca.
And how do I know the base walk, base death and base attack values?
It depends on the sequence numbers of his walk/attack/death. What are they? Uhh...example... say the sequences for his walk are 71, 73, 77, 79. The base walk should be 70. The base plus the direction determines the sequence. Look into some tutorials if you didn't get that.