hkzorman / advanced_npc

Advanced NPC for Minetest, using mobs_redo API
Other
17 stars 5 forks source link

Pause the action queue when attacking #33

Open BrunoMine opened 6 years ago

BrunoMine commented 6 years ago

If npc is in attack state (self.state == "attack"), you must interrompe tasks.

hkzorman commented 6 years ago

I agree there's still not enough integration between both APIs (advanced_npc and mobs_redo). I plan to make changes on how the on_step works, because:

So yes, I will definitely address this.

BrunoMine commented 6 years ago

I made some adjustments in my project to hide the problem, but I look forward to correcting it.

BrunoMine commented 6 years ago

Has this problem been fixed? It seems I'm still seeing this occur.