Interruptable Ability.

chrisk

Active member
Hi Justin, this is related to my last bug report regarding ItemPickup where I want to quickly pickup several items.

I think it's about time we need to support interruptable Ability.
One of the problems with Ability is that certain ability can make the game stuck.
The simple example is "MoveToward" ability. In many situations, MoveToward cannot reach its target and game is over.

I'm not sure if it's been addressed in 2.1.5 but we need general Ability Interrupt solution, meaning, interruptable Ability based on several criteria such as key inputs(or ability) after a certain delay, no-movement, and etc.

I would appreciate if you can add the support.

Thanks.
 
Interrupting move towards has been on my list but it's not in 2.1.5. Are you referring to something more than just move towards? For most of the abilities this isn't an issue because they can be stopped with a key press or are a one and done type of ability (such as interact).
 
Top