Request - add an object oCreature parameter to GetAttemptedAttackTarget()
shadguy
Member Posts: 154
Currently, GetAttemptedAttackTarget() operates only on OBJECT_SELF. It would be helpful if it accepted an object oCreature (default == OBJECT_SELF) parameter to specify which particular creature's attempted target we wish to examine.
This would line up the function's interface with that of GetAttackTarget(). This would be helpful in scripting AI for henchies, for example.
-Dave
This would line up the function's interface with that of GetAttackTarget(). This would be helpful in scripting AI for henchies, for example.
-Dave
1