2
« on: July 17, 2011, 06:12:01 am »
It seems that I cannot add the same behavior multiple times to the same actor. I want to do this because the behavior behaves differently with different values for the parameters.
For example, in the Action Adventure template, the Sword Attack behavior can easily be modified for other weapons or spells simply be changing the attributes. An axe may have different behavior from a sword, but that can be controlled by behavior of the weapon actors. The actual attack from the player actor's point of view is the same. So I would like to add the Sword Attack behavior to the player actor twice.
Is there a good way to do this?
EDIT:
The answer to my original question, "Can you add the same behavior multiple times to one actor?" is no, at least not currently. See below for an acceptable solution to my problem.